Html Css Color HEX #B6A153 Husk

📋 copy color: '#B6A153'

red 182 ◦ green 161 ◦ blue 83

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

Shades of Husk #B6A153

Tints of Husk #B6A153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.48%

R = 42.72%
G = 37.79%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B6A153 (or 0xB6A153) is known color: Husk. HEX triplet: B6, A1 and 53. RGB value is (182,161,83). Sum of RGB (Red+Green+Blue) = 182+161+83=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A153 is #495EAC. Grayscale: #9E9E9E. Windows color (decimal): -4808365 or 5480886. OLE color: 5480886.

HSL color Cylindrical-coordinate representation of color #B6A153: hue angle of 47.27º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6A153 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 161 83 -
CMYK 0 0.12 0.54 0.29
HSL 47.27º 0.4% 0.52% -
HSV(B) 47.27º 0.54% 0.71% -
XYZ 33.6 36.06 13.37 -
YUV 158.39 85.46 144.84 -
System Red Green Blue C M Y K H S L
Decimal 182 161 83 0 0.12 0.54 0.29 47.27 0.4 0.52
Hex B6 A1 53 0 C 36 1D 2F 28 34
Octal 266 241 123 0 14 66 35 57 50 64
Binary 10110110 10100001 1010011 0 1100 110110 11101 101111 101000 110100

Color Harmonies of #B6A153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A153

Black with #B6A153

Text Example


Text Example

White with #B6A153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A153; }

 p { color: rgb(182,161,83); }

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

background-color css

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

 a { background-color: rgb(182,161,83); }

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

border-color css

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

 span { border-color: rgb(182,161,83); }

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