Html Css Color HEX #B9A150 Husk

📋 copy color: '#B9A150'

red 185 ◦ green 161 ◦ blue 80

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

Shades of Husk #B9A150

Tints of Husk #B9A150

RGB

 RED value IS 185 (72.66% from 255) = 43.43%

 GREEN value IS 161 (63.28% from 255) = 37.79%

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

R = 43.43%
G = 37.79%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9A150 (or 0xB9A150) is known color: Husk. HEX triplet: B9, A1 and 50. RGB value is (185,161,80). Sum of RGB (Red+Green+Blue) = 185+161+80=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A150 is #465EAF. Grayscale: #9F9F9F. Windows color (decimal): -4611760 or 5284281. OLE color: 5284281.

HSL color Cylindrical-coordinate representation of color #B9A150: hue angle of 46.29º degrees, saturation: 0.43, 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 #B9A150 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 80 -
CMYK 0 0.13 0.57 0.27
HSL 46.29º 0.43% 0.52% -
HSV(B) 46.29º 0.57% 0.73% -
XYZ 34.2 36.38 12.81 -
YUV 158.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 185 161 80 0 0.13 0.57 0.27 46.29 0.43 0.52
Hex B9 A1 50 0 D 39 1B 2E 2B 34
Octal 271 241 120 0 15 71 33 56 53 64
Binary 10111001 10100001 1010000 0 1101 111001 11011 101110 101011 110100

Color Harmonies of #B9A150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A150

Black with #B9A150

Text Example


Text Example

White with #B9A150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A150; }

 p { color: rgb(185,161,80); }

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

background-color css

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

 a { background-color: rgb(185,161,80); }

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

border-color css

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

 span { border-color: rgb(185,161,80); }

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