Html Css Color HEX #B8A352 Husk

📋 copy color: '#B8A352'

red 184 ◦ green 163 ◦ blue 82

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

Shades of Husk #B8A352

Tints of Husk #B8A352

RGB

 RED value IS 184 (72.27% from 255) = 42.89%

 GREEN value IS 163 (64.06% from 255) = 38%

 BLUE value IS 82 (32.42% from 255) = 19.11%

R = 42.89%
G = 38%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B8A352 (or 0xB8A352) is known color: Husk. HEX triplet: B8, A3 and 52. RGB value is (184,163,82). Sum of RGB (Red+Green+Blue) = 184+163+82=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A352 is #475CAD. Grayscale: #A0A0A0. Windows color (decimal): -4676782 or 5415864. OLE color: 5415864.

HSL color Cylindrical-coordinate representation of color #B8A352: hue angle of 47.65º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8A352 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 163 82 -
CMYK 0 0.11 0.55 0.28
HSL 47.65º 0.42% 0.52% -
HSV(B) 47.65º 0.55% 0.72% -
XYZ 34.39 36.99 13.31 -
YUV 160.05 83.96 145.09 -
System Red Green Blue C M Y K H S L
Decimal 184 163 82 0 0.11 0.55 0.28 47.65 0.42 0.52
Hex B8 A3 52 0 B 37 1C 30 2A 34
Octal 270 243 122 0 13 67 34 60 52 64
Binary 10111000 10100011 1010010 0 1011 110111 11100 110000 101010 110100

Color Harmonies of #B8A352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A352

Black with #B8A352

Text Example


Text Example

White with #B8A352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A352; }

 p { color: rgb(184,163,82); }

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

background-color css

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

 a { background-color: rgb(184,163,82); }

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

border-color css

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

 span { border-color: rgb(184,163,82); }

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