Html Css Color HEX #B9938A Thatch

📋 copy color: '#B9938A'

red 185 ◦ green 147 ◦ blue 138

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

Shades of Thatch #B9938A

Tints of Thatch #B9938A

RGB

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

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

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

R = 39.36%
G = 31.28%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9938A (or 0xB9938A) is known color: Thatch. HEX triplet: B9, 93 and 8A. RGB value is (185,147,138). Sum of RGB (Red+Green+Blue) = 185+147+138=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B9938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9938A is #466C75. Grayscale: #9D9D9D. Windows color (decimal): -4615286 or 9081785. OLE color: 9081785.

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

Color convert

RGB 185 147 138 -
CMYK 0 0.21 0.25 0.27
HSL 11.49º 0.25% 0.63% -
HSV(B) 11.49º 0.25% 0.73% -
XYZ 35.03 33.02 28.57 -
YUV 157.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 185 147 138 0 0.21 0.25 0.27 11.49 0.25 0.63
Hex B9 93 8A 0 15 19 1B B 19 3F
Octal 271 223 212 0 25 31 33 13 31 77
Binary 10111001 10010011 10001010 0 10101 11001 11011 1011 11001 111111

Color Harmonies of #B9938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9938A

Black with #B9938A

Text Example


Text Example

White with #B9938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9938A; }

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

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

background-color css

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

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

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

border-color css

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

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

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