Html Css Color HEX #B49694 Thatch

📋 copy color: '#B49694'

red 180 ◦ green 150 ◦ blue 148

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

Shades of Thatch #B49694

Tints of Thatch #B49694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.96%

R = 37.66%
G = 31.38%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B49694 (or 0xB49694) is known color: Thatch. HEX triplet: B4, 96 and 94. RGB value is (180,150,148). Sum of RGB (Red+Green+Blue) = 180+150+148=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B49694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49694 is #4B696B. Grayscale: #9E9E9E. Windows color (decimal): -4942188 or 9737908. OLE color: 9737908.

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

Color convert

RGB 180 150 148 -
CMYK 0 0.17 0.18 0.29
HSL 3.75º 0.18% 0.64% -
HSV(B) 3.75º 0.18% 0.71% -
XYZ 35.07 33.65 32.66 -
YUV 158.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 180 150 148 0 0.17 0.18 0.29 3.75 0.18 0.64
Hex B4 96 94 0 11 12 1D 4 12 40
Octal 264 226 224 0 21 22 35 4 22 100
Binary 10110100 10010110 10010100 0 10001 10010 11101 100 10010 1000000

Color Harmonies of #B49694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49694

Black with #B49694

Text Example


Text Example

White with #B49694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49694; }

 p { color: rgb(180,150,148); }

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

background-color css

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

 a { background-color: rgb(180,150,148); }

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

border-color css

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

 span { border-color: rgb(180,150,148); }

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