#B67678

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

Shades of Turkish Rose #B67678

Tints of Turkish Rose #B67678

Color information

#B67678 (or 0xB67678) is unknown color: approx Turkish Rose. HEX triplet: B6, 76 and 78. RGB value is (182,118,120). Sum of RGB (Red+Green+Blue) = 182+118+120=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B67678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67678 is #498987. Grayscale: #898989. Windows color (decimal): -4819336 or 7894710. OLE color: 7894710.

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

Color convert

RGB182118120-
CMYK00.350.340.29
HSL358.12º30.48%58.82%-
HSV(B)358.12º35.16%71.37%-
XYZ29.1624.2620.91-
YUV137.36118.2159.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 118 (46.48% from 255) = 28.10%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=43.33%
G=28.10%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211812000.350.340.29358.1230.4858.82
HexB67678023221D1661e3b
Octal26616617004342355463673
Binary101101101110110111100001000111000101110110110011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67678; }

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

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

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

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

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

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

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

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