Html Css Color HEX #B89085 Thatch

📋 copy color: '#B89085'

red 184 ◦ green 144 ◦ blue 133

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

Shades of Thatch #B89085

Tints of Thatch #B89085

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.24%

 BLUE value IS 133 (52.34% from 255) = 28.85%

R = 39.91%
G = 31.24%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B89085 (or 0xB89085) is known color: Thatch. HEX triplet: B8, 90 and 85. RGB value is (184,144,133). Sum of RGB (Red+Green+Blue) = 184+144+133=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B89085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89085 is #476F7A. Grayscale: #9A9A9A. Windows color (decimal): -4681595 or 8753336. OLE color: 8753336.

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

Color convert

RGB 184 144 133 -
CMYK 0 0.22 0.28 0.28
HSL 12.94º 0.26% 0.62% -
HSV(B) 12.94º 0.28% 0.72% -
XYZ 33.97 31.83 26.54 -
YUV 154.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 184 144 133 0 0.22 0.28 0.28 12.94 0.26 0.62
Hex B8 90 85 0 16 1C 1C D 1A 3E
Octal 270 220 205 0 26 34 34 15 32 76
Binary 10111000 10010000 10000101 0 10110 11100 11100 1101 11010 111110

Color Harmonies of #B89085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89085

Black with #B89085

Text Example


Text Example

White with #B89085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89085; }

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

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

background-color css

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

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

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

border-color css

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

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

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