#B77476

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

Shades of Turkish Rose #B77476

Tints of Turkish Rose #B77476

Color information

#B77476 (or 0xB77476) is unknown color: approx Turkish Rose. HEX triplet: B7, 74 and 76. RGB value is (183,116,118). Sum of RGB (Red+Green+Blue) = 183+116+118=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B77476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77476 is #488B89. Grayscale: #888888. Windows color (decimal): -4754314 or 7763127. OLE color: 7763127.

HSL color Cylindrical-coordinate representation of color #B77476: hue angle of 358.21º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B77476 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB183116118-
CMYK00.370.360.28
HSL358.21º31.75%58.63%-
HSV(B)358.21º36.61%71.76%-
XYZ29.0423.8720.22-
YUV136.26117.7161.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=43.88%
G=27.82%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311611800.370.360.28358.2131.7558.63
HexB77476025241C166203b
Octal26716416604544345464073
Binary1011011111101001110110010010110010011100101100110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77476; }

 p { color: rgb(183,116,118); }

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

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

 a { background-color: rgb(183,116,118); }

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

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

 span { border-color: rgb(183,116,118); }

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