Html Css Color HEX #B8A353 Husk

📋 copy color: '#B8A353'

red 184 ◦ green 163 ◦ blue 83

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

Shades of Husk #B8A353

Tints of Husk #B8A353

RGB

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

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

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

R = 42.79%
G = 37.91%
B = 19.3%

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

#B8A353 (or 0xB8A353) is known color: Husk. HEX triplet: B8, A3 and 53. RGB value is (184,163,83). Sum of RGB (Red+Green+Blue) = 184+163+83=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A353 is #475CAC. Grayscale: #A0A0A0. Windows color (decimal): -4676781 or 5481400. OLE color: 5481400.

HSL color Cylindrical-coordinate representation of color #B8A353: hue angle of 47.52º 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 #B8A353 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 163 83 -
CMYK 0 0.11 0.55 0.28
HSL 47.52º 0.42% 0.52% -
HSV(B) 47.52º 0.55% 0.72% -
XYZ 34.43 37.01 13.51 -
YUV 160.16 84.46 145 -
System Red Green Blue C M Y K H S L
Decimal 184 163 83 0 0.11 0.55 0.28 47.52 0.42 0.52
Hex B8 A3 53 0 B 37 1C 30 2A 34
Octal 270 243 123 0 13 67 34 60 52 64
Binary 10111000 10100011 1010011 0 1011 110111 11100 110000 101010 110100

Color Harmonies of #B8A353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A353

Black with #B8A353

Text Example


Text Example

White with #B8A353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A353; }

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

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

background-color css

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

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

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

border-color css

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

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

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