Html Css Color HEX #B7A14B Husk

📋 copy color: '#B7A14B'

red 183 ◦ green 161 ◦ blue 75

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

Shades of Husk #B7A14B

Tints of Husk #B7A14B

RGB

 RED value IS 183 (71.88% from 255) = 43.68%

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

 BLUE value IS 75 (29.69% from 255) = 17.9%

R = 43.68%
G = 38.42%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7A14B (or 0xB7A14B) is known color: Husk. HEX triplet: B7, A1 and 4B. RGB value is (183,161,75). Sum of RGB (Red+Green+Blue) = 183+161+75=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A14B is #485EB4. Grayscale: #9E9E9E. Windows color (decimal): -4742837 or 4956599. OLE color: 4956599.

HSL color Cylindrical-coordinate representation of color #B7A14B: hue angle of 47.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7A14B is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 161 75 -
CMYK 0 0.12 0.59 0.28
HSL 47.78º 0.43% 0.51% -
HSV(B) 47.78º 0.59% 0.72% -
XYZ 33.54 36.07 11.85 -
YUV 157.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 183 161 75 0 0.12 0.59 0.28 47.78 0.43 0.51
Hex B7 A1 4B 0 C 3B 1C 30 2B 33
Octal 267 241 113 0 14 73 34 60 53 63
Binary 10110111 10100001 1001011 0 1100 111011 11100 110000 101011 110011

Color Harmonies of #B7A14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A14B

Black with #B7A14B

Text Example


Text Example

White with #B7A14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A14B; }

 p { color: rgb(183,161,75); }

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

background-color css

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

 a { background-color: rgb(183,161,75); }

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

border-color css

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

 span { border-color: rgb(183,161,75); }

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