Html Css Color HEX #B9958E Thatch

📋 copy color: '#B9958E'

red 185 ◦ green 149 ◦ blue 142

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

Shades of Thatch #B9958E

Tints of Thatch #B9958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.3%

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

R = 38.87%
G = 31.3%
B = 29.83%

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

#B9958E (or 0xB9958E) is known color: Thatch. HEX triplet: B9, 95 and 8E. RGB value is (185,149,142). Sum of RGB (Red+Green+Blue) = 185+149+142=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9958E is #466A71. Grayscale: #9F9F9F. Windows color (decimal): -4614770 or 9344441. OLE color: 9344441.

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

Color convert

RGB 185 149 142 -
CMYK 0 0.19 0.23 0.27
HSL 9.77º 0.23% 0.64% -
HSV(B) 9.77º 0.23% 0.73% -
XYZ 35.64 33.76 30.23 -
YUV 158.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 185 149 142 0 0.19 0.23 0.27 9.77 0.23 0.64
Hex B9 95 8E 0 13 17 1B A 17 40
Octal 271 225 216 0 23 27 33 12 27 100
Binary 10111001 10010101 10001110 0 10011 10111 11011 1010 10111 1000000

Color Harmonies of #B9958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9958E

Black with #B9958E

Text Example


Text Example

White with #B9958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9958E; }

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

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

background-color css

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

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

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

border-color css

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

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

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