Html Css Color HEX #BB9950 Husk

📋 copy color: '#BB9950'

red 187 ◦ green 153 ◦ blue 80

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

Shades of Husk #BB9950

Tints of Husk #BB9950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.43%

 BLUE value IS 80 (31.64% from 255) = 19.05%

R = 44.52%
G = 36.43%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB9950 (or 0xBB9950) is known color: Husk. HEX triplet: BB, 99 and 50. RGB value is (187,153,80). Sum of RGB (Red+Green+Blue) = 187+153+80=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9950 is #4466AF. Grayscale: #9B9B9B. Windows color (decimal): -4482736 or 5282235. OLE color: 5282235.

HSL color Cylindrical-coordinate representation of color #BB9950: hue angle of 40.93º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB9950 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 153 80 -
CMYK 0 0.18 0.57 0.27
HSL 40.93º 0.44% 0.52% -
HSV(B) 40.93º 0.57% 0.73% -
XYZ 33.33 33.93 12.38 -
YUV 154.84 85.76 150.94 -
System Red Green Blue C M Y K H S L
Decimal 187 153 80 0 0.18 0.57 0.27 40.93 0.44 0.52
Hex BB 99 50 0 12 39 1B 29 2C 34
Octal 273 231 120 0 22 71 33 51 54 64
Binary 10111011 10011001 1010000 0 10010 111001 11011 101001 101100 110100

Color Harmonies of #BB9950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9950

Black with #BB9950

Text Example


Text Example

White with #BB9950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9950; }

 p { color: rgb(187,153,80); }

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

background-color css

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

 a { background-color: rgb(187,153,80); }

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

border-color css

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

 span { border-color: rgb(187,153,80); }

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