Html Css Color HEX #B9938F Thatch

📋 copy color: '#B9938F'

red 185 ◦ green 147 ◦ blue 143

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

Shades of Thatch #B9938F

Tints of Thatch #B9938F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.11%

R = 38.95%
G = 30.95%
B = 30.11%

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

#B9938F (or 0xB9938F) is known color: Thatch. HEX triplet: B9, 93 and 8F. RGB value is (185,147,143). Sum of RGB (Red+Green+Blue) = 185+147+143=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9938F is #466C70. Grayscale: #9D9D9D. Windows color (decimal): -4615281 or 9409465. OLE color: 9409465.

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

Color convert

RGB 185 147 143 -
CMYK 0 0.21 0.23 0.27
HSL 5.71º 0.23% 0.64% -
HSV(B) 5.71º 0.23% 0.73% -
XYZ 35.4 33.16 30.52 -
YUV 157.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 185 147 143 0 0.21 0.23 0.27 5.71 0.23 0.64
Hex B9 93 8F 0 15 17 1B 6 17 40
Octal 271 223 217 0 25 27 33 6 27 100
Binary 10111001 10010011 10001111 0 10101 10111 11011 110 10111 1000000

Color Harmonies of #B9938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9938F

Black with #B9938F

Text Example


Text Example

White with #B9938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9938F; }

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

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

background-color css

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

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

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

border-color css

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

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

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