#B67376

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

Shades of Turkish Rose #B67376

Tints of Turkish Rose #B67376

Color information

#B67376 (or 0xB67376) is unknown color: approx Turkish Rose. HEX triplet: B6, 73 and 76. RGB value is (182,115,118). Sum of RGB (Red+Green+Blue) = 182+115+118=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B67376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67376 is #498C89. Grayscale: #878787. Windows color (decimal): -4820106 or 7762870. OLE color: 7762870.

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

Color convert

RGB182115118-
CMYK00.370.350.29
HSL357.31º31.46%58.24%-
HSV(B)357.31º36.81%71.37%-
XYZ28.6923.5120.17-
YUV135.38118.2161.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 118 (46.48% from 255) = 28.43%
R=43.86%
G=27.71%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211511800.370.350.29357.3131.4658.24
HexB67376025231D1651f3a
Octal26616316604543355453772
Binary101101101110011111011001001011000111110110110010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67376; }

 p { color: rgb(182,115,118); }

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

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

 a { background-color: rgb(182,115,118); }

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

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

 span { border-color: rgb(182,115,118); }

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