#B77375

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

Shades of Turkish Rose #B77375

Tints of Turkish Rose #B77375

Color information

#B77375 (or 0xB77375) is unknown color: approx Turkish Rose. HEX triplet: B7, 73 and 75. RGB value is (183,115,117). Sum of RGB (Red+Green+Blue) = 183+115+117=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B77375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77375 is #488C8A. Grayscale: #878787. Windows color (decimal): -4754571 or 7697335. OLE color: 7697335.

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

Color convert

RGB183115117-
CMYK00.370.360.28
HSL358.24º32.08%58.43%-
HSV(B)358.24º37.16%71.76%-
XYZ28.8723.6119.87-
YUV135.56117.53161.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=44.10%
G=27.71%
B=28.19%

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
Decimal18311511700.370.360.28358.2432.0858.43
HexB77375025241C166203a
Octal26716316504544345464072
Binary1011011111100111110101010010110010011100101100110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77375; }

 p { color: rgb(183,115,117); }

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

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

 a { background-color: rgb(183,115,117); }

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

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

 span { border-color: rgb(183,115,117); }

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