#B67577

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

Shades of Turkish Rose #B67577

Tints of Turkish Rose #B67577

Color information

#B67577 (or 0xB67577) is unknown color: approx Turkish Rose. HEX triplet: B6, 75 and 77. RGB value is (182,117,119). Sum of RGB (Red+Green+Blue) = 182+117+119=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B67577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67577 is #498A88. Grayscale: #888888. Windows color (decimal): -4819593 or 7828918. OLE color: 7828918.

HSL color Cylindrical-coordinate representation of color #B67577: hue angle of 358.15º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B67577 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB182117119-
CMYK00.360.350.29
HSL358.15º30.81%58.63%-
HSV(B)358.15º35.71%71.37%-
XYZ28.982420.56-
YUV136.66118.03160.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.54%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 119 (46.88% from 255) = 28.47%
R=43.54%
G=27.99%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211711900.360.350.29358.1530.8158.63
HexB67577024231D1661f3b
Octal26616516704443355463773
Binary101101101110101111011101001001000111110110110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67577; }

 p { color: rgb(182,117,119); }

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

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

 a { background-color: rgb(182,117,119); }

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

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

 span { border-color: rgb(182,117,119); }

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