Html Css Color HEX #BB9E4B Husk

📋 copy color: '#BB9E4B'

red 187 ◦ green 158 ◦ blue 75

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

Shades of Husk #BB9E4B

Tints of Husk #BB9E4B

RGB

 RED value IS 187 (73.44% from 255) = 44.52%

 GREEN value IS 158 (62.11% from 255) = 37.62%

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

R = 44.52%
G = 37.62%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB9E4B (or 0xBB9E4B) is known color: Husk. HEX triplet: BB, 9E and 4B. RGB value is (187,158,75). Sum of RGB (Red+Green+Blue) = 187+158+75=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9E4B is #4461B4. Grayscale: #9D9D9D. Windows color (decimal): -4481461 or 4955835. OLE color: 4955835.

HSL color Cylindrical-coordinate representation of color #BB9E4B: hue angle of 44.46º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB9E4B is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 158 75 -
CMYK 0 0.16 0.60 0.27
HSL 44.46º 0.45% 0.51% -
HSV(B) 44.46º 0.6% 0.73% -
XYZ 33.99 35.53 11.72 -
YUV 157.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 187 158 75 0 0.16 0.60 0.27 44.46 0.45 0.51
Hex BB 9E 4B 0 10 3C 1B 2C 2D 33
Octal 273 236 113 0 20 74 33 54 55 63
Binary 10111011 10011110 1001011 0 10000 111100 11011 101100 101101 110011

Color Harmonies of #BB9E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E4B

Black with #BB9E4B

Text Example


Text Example

White with #BB9E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E4B; }

 p { color: rgb(187,158,75); }

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

background-color css

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

 a { background-color: rgb(187,158,75); }

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

border-color css

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

 span { border-color: rgb(187,158,75); }

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