#BD7073

Color #BD7073 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #BD7073

Tints of Turkish Rose #BD7073

Color information

#BD7073 (or 0xBD7073) is unknown color: approx Turkish Rose. HEX triplet: BD, 70 and 73. RGB value is (189,112,115). Sum of RGB (Red+Green+Blue) = 189+112+115=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7073 is #428F8C. Grayscale: #878787. Windows color (decimal): -4362125 or 7565501. OLE color: 7565501.

HSL color Cylindrical-coordinate representation of color #BD7073: hue angle of 357.66º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7073 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB189112115-
CMYK00.410.390.26
HSL357.66º36.84%59.02%-
HSV(B)357.66º40.74%74.12%-
XYZ29.8723.6419.21-
YUV135.36116.51166.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 45.43%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=45.43%
G=26.92%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911211500.410.390.26357.6636.8459.02
HexBD7073029271A166253b
Octal27516016305147325464573
Binary1011110111100001110011010100110011111010101100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7073; }

 p { color: rgb(189,112,115); }

 H1.HeaderClassName
 {
   color: #BD7073;
 }
 .AnyTagClassName
 {
   color: #BD7073;
 }
</style>
background-color css

<style>
 a { background-color: #BD7073; }

 a { background-color: rgb(189,112,115); }

 div.DivClassName
 {
   background-color: #BD7073;
 }
 .BgClassName
 {
   background-color: #BD7073;
 }
</style>
border-color css

<style>
 span { border-color: #BD7073; }

 span { border-color: rgb(189,112,115); }

 td.TdClassName
 {
   border-color: #BD7073;
 }
 .TagClassName
 {
   border-color: #BD7073;
 }
</style>