Html Css Color HEX #B39795 Thatch

📋 copy color: '#B39795'

red 179 ◦ green 151 ◦ blue 149

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

Shades of Thatch #B39795

Tints of Thatch #B39795

RGB

 RED value IS 179 (70.31% from 255) = 37.37%

 GREEN value IS 151 (59.38% from 255) = 31.52%

 BLUE value IS 149 (58.59% from 255) = 31.11%

R = 37.37%
G = 31.52%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B39795 (or 0xB39795) is known color: Thatch. HEX triplet: B3, 97 and 95. RGB value is (179,151,149). Sum of RGB (Red+Green+Blue) = 179+151+149=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B39795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39795 is #4C686A. Grayscale: #9F9F9F. Windows color (decimal): -5007467 or 9803699. OLE color: 9803699.

HSL color Cylindrical-coordinate representation of color #B39795: hue angle of 4º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B39795 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 151 149 -
CMYK 0 0.16 0.17 0.30
HSL 0.16% 0.64% -
HSV(B) 0.17% 0.7% -
XYZ 35.08 33.89 33.13 -
YUV 159.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 179 151 149 0 0.16 0.17 0.30 4 0.16 0.64
Hex B3 97 95 0 10 11 1E 4 10 40
Octal 263 227 225 0 20 21 36 4 20 100
Binary 10110011 10010111 10010101 0 10000 10001 11110 100 10000 1000000

Color Harmonies of #B39795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39795

Black with #B39795

Text Example


Text Example

White with #B39795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39795; }

 p { color: rgb(179,151,149); }

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

background-color css

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

 a { background-color: rgb(179,151,149); }

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

border-color css

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

 span { border-color: rgb(179,151,149); }

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