Html Css Color HEX #B9928D Thatch

📋 copy color: '#B9928D'

red 185 ◦ green 146 ◦ blue 141

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

Shades of Thatch #B9928D

Tints of Thatch #B9928D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 39.19%
G = 30.93%
B = 29.87%

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

#B9928D (or 0xB9928D) is known color: Thatch. HEX triplet: B9, 92 and 8D. RGB value is (185,146,141). Sum of RGB (Red+Green+Blue) = 185+146+141=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B9928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9928D is #466D72. Grayscale: #9D9D9D. Windows color (decimal): -4615539 or 9278137. OLE color: 9278137.

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

Color convert

RGB 185 146 141 -
CMYK 0 0.21 0.24 0.27
HSL 6.82º 0.24% 0.64% -
HSV(B) 6.82º 0.24% 0.73% -
XYZ 35.09 32.8 29.68 -
YUV 157.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 185 146 141 0 0.21 0.24 0.27 6.82 0.24 0.64
Hex B9 92 8D 0 15 18 1B 7 18 40
Octal 271 222 215 0 25 30 33 7 30 100
Binary 10111001 10010010 10001101 0 10101 11000 11011 111 11000 1000000

Color Harmonies of #B9928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9928D

Black with #B9928D

Text Example


Text Example

White with #B9928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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