Html Css Color HEX #B9938E Thatch

📋 copy color: '#B9938E'

red 185 ◦ green 147 ◦ blue 142

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

Shades of Thatch #B9938E

Tints of Thatch #B9938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.01%

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

R = 39.03%
G = 31.01%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9938E (or 0xB9938E) is known color: Thatch. HEX triplet: B9, 93 and 8E. RGB value is (185,147,142). Sum of RGB (Red+Green+Blue) = 185+147+142=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9938E is #466C71. Grayscale: #9D9D9D. Windows color (decimal): -4615282 or 9343929. OLE color: 9343929.

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

Color convert

RGB 185 147 142 -
CMYK 0 0.21 0.23 0.27
HSL 6.98º 0.23% 0.64% -
HSV(B) 6.98º 0.23% 0.73% -
XYZ 35.32 33.13 30.13 -
YUV 157.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 185 147 142 0 0.21 0.23 0.27 6.98 0.23 0.64
Hex B9 93 8E 0 15 17 1B 7 17 40
Octal 271 223 216 0 25 27 33 7 27 100
Binary 10111001 10010011 10001110 0 10101 10111 11011 111 10111 1000000

Color Harmonies of #B9938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9938E

Black with #B9938E

Text Example


Text Example

White with #B9938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9938E; }

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

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

background-color css

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

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

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

border-color css

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

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

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