Html Css Color HEX #B6A450 Husk

📋 copy color: '#B6A450'

red 182 ◦ green 164 ◦ blue 80

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

Shades of Husk #B6A450

Tints of Husk #B6A450

RGB

 RED value IS 182 (71.48% from 255) = 42.72%

 GREEN value IS 164 (64.45% from 255) = 38.5%

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

R = 42.72%
G = 38.5%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B6A450 (or 0xB6A450) is known color: Husk. HEX triplet: B6, A4 and 50. RGB value is (182,164,80). Sum of RGB (Red+Green+Blue) = 182+164+80=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A450 is #495BAF. Grayscale: #A0A0A0. Windows color (decimal): -4807600 or 5285046. OLE color: 5285046.

HSL color Cylindrical-coordinate representation of color #B6A450: hue angle of 49.41º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B6A450 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 164 80 -
CMYK 0 0.10 0.56 0.29
HSL 49.41º 0.41% 0.51% -
HSV(B) 49.41º 0.56% 0.71% -
XYZ 34.01 37.08 12.95 -
YUV 159.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 182 164 80 0 0.10 0.56 0.29 49.41 0.41 0.51
Hex B6 A4 50 0 A 38 1D 31 29 33
Octal 266 244 120 0 12 70 35 61 51 63
Binary 10110110 10100100 1010000 0 1010 111000 11101 110001 101001 110011

Color Harmonies of #B6A450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A450

Black with #B6A450

Text Example


Text Example

White with #B6A450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A450; }

 p { color: rgb(182,164,80); }

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

background-color css

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

 a { background-color: rgb(182,164,80); }

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

border-color css

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

 span { border-color: rgb(182,164,80); }

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