#B67378

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

Shades of Turkish Rose #B67378

Tints of Turkish Rose #B67378

Color information

#B67378 (or 0xB67378) is unknown color: approx Turkish Rose. HEX triplet: B6, 73 and 78. RGB value is (182,115,120). Sum of RGB (Red+Green+Blue) = 182+115+120=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B67378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67378 is #498C87. Grayscale: #878787. Windows color (decimal): -4820104 or 7893942. OLE color: 7893942.

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

Color convert

RGB182115120-
CMYK00.370.340.29
HSL355.52º31.46%58.24%-
HSV(B)355.52º36.81%71.37%-
XYZ28.8123.5620.8-
YUV135.6119.2161.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=43.65%
G=27.58%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211512000.370.340.29355.5231.4658.24
HexB67378025221D1641f3a
Octal26616317004542355443772
Binary101101101110011111100001001011000101110110110010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67378; }

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

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

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

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

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

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

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

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