#B97279

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

Shades of Turkish Rose #B97279

Tints of Turkish Rose #B97279

Color information

#B97279 (or 0xB97279) is unknown color: approx Turkish Rose. HEX triplet: B9, 72 and 79. RGB value is (185,114,121). Sum of RGB (Red+Green+Blue) = 185+114+121=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B97279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97279 is #468D86. Grayscale: #888888. Windows color (decimal): -4623751 or 7959225. OLE color: 7959225.

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

Color convert

RGB185114121-
CMYK00.380.350.27
HSL354.08º33.65%58.63%-
HSV(B)354.08º38.38%72.55%-
XYZ29.4823.7321.12-
YUV136.03119.52162.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 121 (47.66% from 255) = 28.81%
R=44.05%
G=27.14%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511412100.380.350.27354.0833.6558.63
HexB97279026231B162223b
Octal27116217104643335424273
Binary1011100111100101111001010011010001111011101100010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97279; }

 p { color: rgb(185,114,121); }

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

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

 a { background-color: rgb(185,114,121); }

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

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

 span { border-color: rgb(185,114,121); }

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