Html Css Color HEX #B89B55 Husk

📋 copy color: '#B89B55'

red 184 ◦ green 155 ◦ blue 85

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

Shades of Husk #B89B55

Tints of Husk #B89B55

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.56%

 BLUE value IS 85 (33.59% from 255) = 20.05%

R = 43.4%
G = 36.56%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B89B55 (or 0xB89B55) is known color: Husk. HEX triplet: B8, 9B and 55. RGB value is (184,155,85). Sum of RGB (Red+Green+Blue) = 184+155+85=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89B55 is #4764AA. Grayscale: #9B9B9B. Windows color (decimal): -4678827 or 5610424. OLE color: 5610424.

HSL color Cylindrical-coordinate representation of color #B89B55: hue angle of 42.42º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B89B55 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 155 85 -
CMYK 0 0.16 0.54 0.28
HSL 42.42º 0.41% 0.53% -
HSV(B) 42.42º 0.54% 0.72% -
XYZ 33.13 34.29 13.47 -
YUV 155.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 184 155 85 0 0.16 0.54 0.28 42.42 0.41 0.53
Hex B8 9B 55 0 10 36 1C 2A 29 35
Octal 270 233 125 0 20 66 34 52 51 65
Binary 10111000 10011011 1010101 0 10000 110110 11100 101010 101001 110101

Color Harmonies of #B89B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89B55

Black with #B89B55

Text Example


Text Example

White with #B89B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89B55; }

 p { color: rgb(184,155,85); }

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

background-color css

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

 a { background-color: rgb(184,155,85); }

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

border-color css

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

 span { border-color: rgb(184,155,85); }

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