Html Css Color HEX #B89D4B Husk

📋 copy color: '#B89D4B'

red 184 ◦ green 157 ◦ blue 75

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

Shades of Husk #B89D4B

Tints of Husk #B89D4B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.74%

 BLUE value IS 75 (29.69% from 255) = 18.03%

R = 44.23%
G = 37.74%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B89D4B (or 0xB89D4B) is known color: Husk. HEX triplet: B8, 9D and 4B. RGB value is (184,157,75). Sum of RGB (Red+Green+Blue) = 184+157+75=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89D4B is #4762B4. Grayscale: #9C9C9C. Windows color (decimal): -4678325 or 4955576. OLE color: 4955576.

HSL color Cylindrical-coordinate representation of color #B89D4B: hue angle of 45.14º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B89D4B is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 157 75 -
CMYK 0 0.15 0.59 0.28
HSL 45.14º 0.43% 0.51% -
HSV(B) 45.14º 0.59% 0.72% -
XYZ 33.09 34.81 11.63 -
YUV 155.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 184 157 75 0 0.15 0.59 0.28 45.14 0.43 0.51
Hex B8 9D 4B 0 F 3B 1C 2D 2B 33
Octal 270 235 113 0 17 73 34 55 53 63
Binary 10111000 10011101 1001011 0 1111 111011 11100 101101 101011 110011

Color Harmonies of #B89D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89D4B

Black with #B89D4B

Text Example


Text Example

White with #B89D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89D4B; }

 p { color: rgb(184,157,75); }

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

background-color css

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

 a { background-color: rgb(184,157,75); }

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

border-color css

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

 span { border-color: rgb(184,157,75); }

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