Html Css Color HEX #B9A251 Husk

📋 copy color: '#B9A251'

red 185 ◦ green 162 ◦ blue 81

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

Shades of Husk #B9A251

Tints of Husk #B9A251

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

 BLUE value IS 81 (32.03% from 255) = 18.93%

R = 43.22%
G = 37.85%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B9A251 (or 0xB9A251) is known color: Husk. HEX triplet: B9, A2 and 51. RGB value is (185,162,81). Sum of RGB (Red+Green+Blue) = 185+162+81=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A251 is #465DAE. Grayscale: #9F9F9F. Windows color (decimal): -4611503 or 5350073. OLE color: 5350073.

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

Color convert

RGB 185 162 81 -
CMYK 0 0.12 0.56 0.27
HSL 46.73º 0.43% 0.52% -
HSV(B) 46.73º 0.56% 0.73% -
XYZ 34.41 36.75 13.06 -
YUV 159.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 185 162 81 0 0.12 0.56 0.27 46.73 0.43 0.52
Hex B9 A2 51 0 C 38 1B 2F 2B 34
Octal 271 242 121 0 14 70 33 57 53 64
Binary 10111001 10100010 1010001 0 1100 111000 11011 101111 101011 110100

Color Harmonies of #B9A251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A251

Black with #B9A251

Text Example


Text Example

White with #B9A251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A251; }

 p { color: rgb(185,162,81); }

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

background-color css

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

 a { background-color: rgb(185,162,81); }

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

border-color css

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

 span { border-color: rgb(185,162,81); }

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