#BD7071

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

Shades of Turkish Rose #BD7071

Tints of Turkish Rose #BD7071

Color information

#BD7071 (or 0xBD7071) is unknown color: approx Turkish Rose. HEX triplet: BD, 70 and 71. RGB value is (189,112,113). Sum of RGB (Red+Green+Blue) = 189+112+113=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7071 is #428F8E. Grayscale: #878787. Windows color (decimal): -4362127 or 7434429. OLE color: 7434429.

HSL color Cylindrical-coordinate representation of color #BD7071: hue angle of 359.22º 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 #BD7071 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189112113-
CMYK00.410.400.26
HSL359.22º36.84%59.02%-
HSV(B)359.22º40.74%74.12%-
XYZ29.7623.618.61-
YUV135.14115.51166.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=45.65%
G=27.05%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911211300.410.400.26359.2236.8459.02
HexBD7071029281A167253b
Octal27516016105150325474573
Binary1011110111100001110001010100110100011010101100111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7071; }

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

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

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

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

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

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

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

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