Html Css Color HEX #B39690 Thatch

📋 copy color: '#B39690'

red 179 ◦ green 150 ◦ blue 144

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

Shades of Thatch #B39690

Tints of Thatch #B39690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.71%

 BLUE value IS 144 (56.64% from 255) = 30.44%

R = 37.84%
G = 31.71%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B39690 (or 0xB39690) is known color: Thatch. HEX triplet: B3, 96 and 90. RGB value is (179,150,144). Sum of RGB (Red+Green+Blue) = 179+150+144=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B39690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39690 is #4C696F. Grayscale: #9E9E9E. Windows color (decimal): -5007728 or 9475763. OLE color: 9475763.

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

Color convert

RGB 179 150 144 -
CMYK 0 0.16 0.20 0.30
HSL 10.29º 0.19% 0.63% -
HSV(B) 10.29º 0.2% 0.7% -
XYZ 34.53 33.41 31.01 -
YUV 157.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 179 150 144 0 0.16 0.20 0.30 10.29 0.19 0.63
Hex B3 96 90 0 10 14 1E A 13 3F
Octal 263 226 220 0 20 24 36 12 23 77
Binary 10110011 10010110 10010000 0 10000 10100 11110 1010 10011 111111

Color Harmonies of #B39690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39690

Black with #B39690

Text Example


Text Example

White with #B39690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39690; }

 p { color: rgb(179,150,144); }

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

background-color css

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

 a { background-color: rgb(179,150,144); }

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

border-color css

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

 span { border-color: rgb(179,150,144); }

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