Html Css Color HEX #B9918A Thatch

📋 copy color: '#B9918A'

red 185 ◦ green 145 ◦ blue 138

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

Shades of Thatch #B9918A

Tints of Thatch #B9918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.98%

 BLUE value IS 138 (54.3% from 255) = 29.49%

R = 39.53%
G = 30.98%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9918A (or 0xB9918A) is known color: Thatch. HEX triplet: B9, 91 and 8A. RGB value is (185,145,138). Sum of RGB (Red+Green+Blue) = 185+145+138=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B9918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9918A is #466E75. Grayscale: #9C9C9C. Windows color (decimal): -4615798 or 9081273. OLE color: 9081273.

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

Color convert

RGB 185 145 138 -
CMYK 0 0.22 0.25 0.27
HSL 8.94º 0.25% 0.63% -
HSV(B) 8.94º 0.25% 0.73% -
XYZ 34.72 32.4 28.47 -
YUV 156.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 185 145 138 0 0.22 0.25 0.27 8.94 0.25 0.63
Hex B9 91 8A 0 16 19 1B 9 19 3F
Octal 271 221 212 0 26 31 33 11 31 77
Binary 10111001 10010001 10001010 0 10110 11001 11011 1001 11001 111111

Color Harmonies of #B9918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9918A

Black with #B9918A

Text Example


Text Example

White with #B9918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9918A; }

 p { color: rgb(185,145,138); }

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

background-color css

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

 a { background-color: rgb(185,145,138); }

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

border-color css

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

 span { border-color: rgb(185,145,138); }

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