#B9968F

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

Shades of Thatch #B9968F

Tints of Thatch #B9968F

Color information

#B9968F (or 0xB9968F) is unknown color: approx Thatch. HEX triplet: B9, 96 and 8F. RGB value is (185,150,143). Sum of RGB (Red+Green+Blue) = 185+150+143=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9968F is #466970. Grayscale: #9F9F9F. Windows color (decimal): -4614513 or 9410233. OLE color: 9410233.

HSL color Cylindrical-coordinate representation of color #B9968F: hue angle of 10º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9968F is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB185150143-
CMYK00.190.230.27
HSL10º23.08%64.31%-
HSV(B)10º22.7%72.55%-
XYZ35.8734.1130.68-
YUV159.67118.6146.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 143 (56.25% from 255) = 29.92%
R=38.70%
G=31.38%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515014300.190.230.271023.0864.31
HexB9968F013171Ba1740
Octal27122621702327331227100
Binary10111001100101101000111101001110111110111010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9968F; }

 p { color: rgb(185,150,143); }

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

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

 a { background-color: rgb(185,150,143); }

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

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

 span { border-color: rgb(185,150,143); }

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