#B97678

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

Shades of Turkish Rose #B97678

Tints of Turkish Rose #B97678

Color information

#B97678 (or 0xB97678) is unknown color: approx Turkish Rose. HEX triplet: B9, 76 and 78. RGB value is (185,118,120). Sum of RGB (Red+Green+Blue) = 185+118+120=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B97678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97678 is #468987. Grayscale: #8A8A8A. Windows color (decimal): -4622728 or 7894713. OLE color: 7894713.

HSL color Cylindrical-coordinate representation of color #B97678: hue angle of 358.21º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B97678 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB185118120-
CMYK00.360.350.27
HSL358.21º32.37%59.41%-
HSV(B)358.21º36.22%72.55%-
XYZ29.8824.6320.95-
YUV138.26117.7161.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=43.74%
G=27.90%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511812000.360.350.27358.2132.3759.41
HexB97678024231B166203b
Octal27116617004443335464073
Binary1011100111101101111000010010010001111011101100110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97678; }

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

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

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

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

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

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

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

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