#BD7276

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

Shades of Turkish Rose #BD7276

Tints of Turkish Rose #BD7276

Color information

#BD7276 (or 0xBD7276) is unknown color: approx Turkish Rose. HEX triplet: BD, 72 and 76. RGB value is (189,114,118). Sum of RGB (Red+Green+Blue) = 189+114+118=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7276 is #428D89. Grayscale: #888888. Windows color (decimal): -4361610 or 7762621. OLE color: 7762621.

HSL color Cylindrical-coordinate representation of color #BD7276: hue angle of 356.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7276 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB189114118-
CMYK00.400.380.26
HSL356.8º36.23%59.41%-
HSV(B)356.8º39.68%74.12%-
XYZ30.2724.1620.21-
YUV136.88117.35165.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 114 (44.92% from 255) = 27.08%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=44.89%
G=27.08%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911411800.400.380.26356.836.2359.41
HexBD7276028261A165243b
Octal27516216605046325454473
Binary1011110111100101110110010100010011011010101100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7276; }

 p { color: rgb(189,114,118); }

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

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

 a { background-color: rgb(189,114,118); }

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

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

 span { border-color: rgb(189,114,118); }

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