Html Css Color HEX #B3918A Thatch

📋 copy color: '#B3918A'

red 179 ◦ green 145 ◦ blue 138

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

Shades of Thatch #B3918A

Tints of Thatch #B3918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.39%

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 38.74%
G = 31.39%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3918A (or 0xB3918A) is known color: Thatch. HEX triplet: B3, 91 and 8A. RGB value is (179,145,138). Sum of RGB (Red+Green+Blue) = 179+145+138=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B3918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3918A is #4C6E75. Grayscale: #9A9A9A. Windows color (decimal): -5009014 or 9081267. OLE color: 9081267.

HSL color Cylindrical-coordinate representation of color #B3918A: hue angle of 10.24º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3918A is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 145 138 -
CMYK 0 0.19 0.23 0.30
HSL 10.24º 0.21% 0.62% -
HSV(B) 10.24º 0.23% 0.7% -
XYZ 33.3 31.67 28.4 -
YUV 154.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 179 145 138 0 0.19 0.23 0.30 10.24 0.21 0.62
Hex B3 91 8A 0 13 17 1E A 15 3E
Octal 263 221 212 0 23 27 36 12 25 76
Binary 10110011 10010001 10001010 0 10011 10111 11110 1010 10101 111110

Color Harmonies of #B3918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3918A

Black with #B3918A

Text Example


Text Example

White with #B3918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3918A; }

 p { color: rgb(179,145,138); }

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

background-color css

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

 a { background-color: rgb(179,145,138); }

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

border-color css

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

 span { border-color: rgb(179,145,138); }

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