Html Css Color HEX #B49893 Thatch

📋 copy color: '#B49893'

red 180 ◦ green 152 ◦ blue 147

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

Shades of Thatch #B49893

Tints of Thatch #B49893

RGB

 RED value IS 180 (70.7% from 255) = 37.58%

 GREEN value IS 152 (59.77% from 255) = 31.73%

 BLUE value IS 147 (57.81% from 255) = 30.69%

R = 37.58%
G = 31.73%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B49893 (or 0xB49893) is known color: Thatch. HEX triplet: B4, 98 and 93. RGB value is (180,152,147). Sum of RGB (Red+Green+Blue) = 180+152+147=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B49893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49893 is #4B676C. Grayscale: #9F9F9F. Windows color (decimal): -4941677 or 9672884. OLE color: 9672884.

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

Color convert

RGB 180 152 147 -
CMYK 0 0.16 0.18 0.29
HSL 9.09º 0.18% 0.64% -
HSV(B) 9.09º 0.18% 0.71% -
XYZ 35.32 34.27 32.36 -
YUV 159.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 180 152 147 0 0.16 0.18 0.29 9.09 0.18 0.64
Hex B4 98 93 0 10 12 1D 9 12 40
Octal 264 230 223 0 20 22 35 11 22 100
Binary 10110100 10011000 10010011 0 10000 10010 11101 1001 10010 1000000

Color Harmonies of #B49893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49893

Black with #B49893

Text Example


Text Example

White with #B49893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49893; }

 p { color: rgb(180,152,147); }

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

background-color css

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

 a { background-color: rgb(180,152,147); }

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

border-color css

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

 span { border-color: rgb(180,152,147); }

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