Html Css Color HEX #B9918C Thatch

📋 copy color: '#B9918C'

red 185 ◦ green 145 ◦ blue 140

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

Shades of Thatch #B9918C

Tints of Thatch #B9918C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.79%

R = 39.36%
G = 30.85%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9918C (or 0xB9918C) is known color: Thatch. HEX triplet: B9, 91 and 8C. RGB value is (185,145,140). Sum of RGB (Red+Green+Blue) = 185+145+140=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B9918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9918C is #466E73. Grayscale: #9C9C9C. Windows color (decimal): -4615796 or 9212345. OLE color: 9212345.

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

Color convert

RGB 185 145 140 -
CMYK 0 0.22 0.24 0.27
HSL 6.67º 0.24% 0.64% -
HSV(B) 6.67º 0.24% 0.73% -
XYZ 34.87 32.46 29.24 -
YUV 156.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 185 145 140 0 0.22 0.24 0.27 6.67 0.24 0.64
Hex B9 91 8C 0 16 18 1B 7 18 40
Octal 271 221 214 0 26 30 33 7 30 100
Binary 10111001 10010001 10001100 0 10110 11000 11011 111 11000 1000000

Color Harmonies of #B9918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9918C

Black with #B9918C

Text Example


Text Example

White with #B9918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9918C; }

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

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

background-color css

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

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

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

border-color css

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

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

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