Html Css Color HEX #B39490 Thatch

📋 copy color: '#B39490'

red 179 ◦ green 148 ◦ blue 144

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

Shades of Thatch #B39490

Tints of Thatch #B39490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.42%

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

R = 38%
G = 31.42%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B39490 (or 0xB39490) is known color: Thatch. HEX triplet: B3, 94 and 90. RGB value is (179,148,144). Sum of RGB (Red+Green+Blue) = 179+148+144=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B39490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39490 is #4C6B6F. Grayscale: #9C9C9C. Windows color (decimal): -5008240 or 9475251. OLE color: 9475251.

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

Color convert

RGB 179 148 144 -
CMYK 0 0.17 0.20 0.30
HSL 6.86º 0.19% 0.63% -
HSV(B) 6.86º 0.2% 0.7% -
XYZ 34.21 32.78 30.91 -
YUV 156.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 179 148 144 0 0.17 0.20 0.30 6.86 0.19 0.63
Hex B3 94 90 0 11 14 1E 7 13 3F
Octal 263 224 220 0 21 24 36 7 23 77
Binary 10110011 10010100 10010000 0 10001 10100 11110 111 10011 111111

Color Harmonies of #B39490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39490

Black with #B39490

Text Example


Text Example

White with #B39490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39490; }

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

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

background-color css

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

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

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

border-color css

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

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

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