Html Css Color HEX #B9928C Thatch

📋 copy color: '#B9928C'

red 185 ◦ green 146 ◦ blue 140

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

Shades of Thatch #B9928C

Tints of Thatch #B9928C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31%

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

R = 39.28%
G = 31%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9928C (or 0xB9928C) is known color: Thatch. HEX triplet: B9, 92 and 8C. RGB value is (185,146,140). Sum of RGB (Red+Green+Blue) = 185+146+140=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9928C is #466D73. Grayscale: #9D9D9D. Windows color (decimal): -4615540 or 9212601. OLE color: 9212601.

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

Color convert

RGB 185 146 140 -
CMYK 0 0.21 0.24 0.27
HSL 0.24% 0.64% -
HSV(B) 0.24% 0.73% -
XYZ 35.02 32.77 29.29 -
YUV 156.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 185 146 140 0 0.21 0.24 0.27 8 0.24 0.64
Hex B9 92 8C 0 15 18 1B 8 18 40
Octal 271 222 214 0 25 30 33 10 30 100
Binary 10111001 10010010 10001100 0 10101 11000 11011 1000 11000 1000000

Color Harmonies of #B9928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9928C

Black with #B9928C

Text Example


Text Example

White with #B9928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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