Html Css Color HEX #B89490 Thatch

📋 copy color: '#B89490'

red 184 ◦ green 148 ◦ blue 144

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

Shades of Thatch #B89490

Tints of Thatch #B89490

RGB

 RED value IS 184 (72.27% from 255) = 38.66%

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

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

R = 38.66%
G = 31.09%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B89490 (or 0xB89490) is known color: Thatch. HEX triplet: B8, 94 and 90. RGB value is (184,148,144). Sum of RGB (Red+Green+Blue) = 184+148+144=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B89490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89490 is #476B6F. Grayscale: #9E9E9E. Windows color (decimal): -4680560 or 9475256. OLE color: 9475256.

HSL color Cylindrical-coordinate representation of color #B89490: hue angle of 6º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B89490 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 148 144 -
CMYK 0 0.20 0.22 0.28
HSL 0.22% 0.64% -
HSV(B) 0.22% 0.72% -
XYZ 35.39 33.38 30.96 -
YUV 158.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 184 148 144 0 0.20 0.22 0.28 6 0.22 0.64
Hex B8 94 90 0 14 16 1C 6 16 40
Octal 270 224 220 0 24 26 34 6 26 100
Binary 10111000 10010100 10010000 0 10100 10110 11100 110 10110 1000000

Color Harmonies of #B89490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89490

Black with #B89490

Text Example


Text Example

White with #B89490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89490; }

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

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

background-color css

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

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

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

border-color css

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

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

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