Html Css Color HEX #B9968E Thatch

📋 copy color: '#B9968E'

red 185 ◦ green 150 ◦ blue 142

#B9968E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch #B9968E

Tints of Thatch #B9968E

RGB

 RED value IS 185 (72.66% from 255) = 38.78%

 GREEN value IS 150 (58.98% from 255) = 31.45%

 BLUE value IS 142 (55.86% from 255) = 29.77%

R = 38.78%
G = 31.45%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9968E (or 0xB9968E) is known color: Thatch. HEX triplet: B9, 96 and 8E. RGB value is (185,150,142). Sum of RGB (Red+Green+Blue) = 185+150+142=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9968E is #466971. Grayscale: #9F9F9F. Windows color (decimal): -4614514 or 9344697. OLE color: 9344697.

HSL color Cylindrical-coordinate representation of color #B9968E: hue angle of 11.16º 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 #B9968E is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 150 142 -
CMYK 0 0.19 0.23 0.27
HSL 11.16º 0.23% 0.64% -
HSV(B) 11.16º 0.23% 0.73% -
XYZ 35.8 34.08 30.28 -
YUV 159.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 185 150 142 0 0.19 0.23 0.27 11.16 0.23 0.64
Hex B9 96 8E 0 13 17 1B B 17 40
Octal 271 226 216 0 23 27 33 13 27 100
Binary 10111001 10010110 10001110 0 10011 10111 11011 1011 10111 1000000

Color Harmonies of #B9968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9968E

Black with #B9968E

Text Example


Text Example

White with #B9968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9968E; }

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

 H1.HeaderClassName
 {
   color: #B9968E;
 }
 .AnyTagClassName
 {
   color: #B9968E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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