#B67375

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

Shades of Turkish Rose #B67375

Tints of Turkish Rose #B67375

Color information

#B67375 (or 0xB67375) is unknown color: approx Turkish Rose. HEX triplet: B6, 73 and 75. RGB value is (182,115,117). Sum of RGB (Red+Green+Blue) = 182+115+117=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B67375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67375 is #498C8A. Grayscale: #878787. Windows color (decimal): -4820107 or 7697334. OLE color: 7697334.

HSL color Cylindrical-coordinate representation of color #B67375: hue angle of 358.21º 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 #B67375 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB182115117-
CMYK00.370.360.29
HSL358.21º31.46%58.24%-
HSV(B)358.21º36.81%71.37%-
XYZ28.6323.4919.85-
YUV135.26117.7161.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=43.96%
G=27.78%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211511700.370.360.29358.2131.4658.24
HexB67375025241D1661f3a
Octal26616316504544355463772
Binary101101101110011111010101001011001001110110110011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67375; }

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

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

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

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

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

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

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

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