Html Css Color HEX #B39290 Thatch

📋 copy color: '#B39290'

red 179 ◦ green 146 ◦ blue 144

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

Shades of Thatch #B39290

Tints of Thatch #B39290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.13%

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

R = 38.17%
G = 31.13%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B39290 (or 0xB39290) is known color: Thatch. HEX triplet: B3, 92 and 90. RGB value is (179,146,144). Sum of RGB (Red+Green+Blue) = 179+146+144=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B39290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39290 is #4C6D6F. Grayscale: #9B9B9B. Windows color (decimal): -5008752 or 9474739. OLE color: 9474739.

HSL color Cylindrical-coordinate representation of color #B39290: hue angle of 3.43º 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 #B39290 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 146 144 -
CMYK 0 0.18 0.20 0.30
HSL 3.43º 0.19% 0.63% -
HSV(B) 3.43º 0.2% 0.7% -
XYZ 33.9 32.16 30.81 -
YUV 155.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 179 146 144 0 0.18 0.20 0.30 3.43 0.19 0.63
Hex B3 92 90 0 12 14 1E 3 13 3F
Octal 263 222 220 0 22 24 36 3 23 77
Binary 10110011 10010010 10010000 0 10010 10100 11110 11 10011 111111

Color Harmonies of #B39290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39290

Black with #B39290

Text Example


Text Example

White with #B39290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39290; }

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

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

background-color css

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

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

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

border-color css

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

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

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