Html Css Color HEX #B8A456 Gimblet

📋 copy color: '#B8A456'

red 184 ◦ green 164 ◦ blue 86

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

Shades of Gimblet #B8A456

Tints of Gimblet #B8A456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.82%

R = 42.4%
G = 37.79%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B8A456 (or 0xB8A456) is known color: Gimblet. HEX triplet: B8, A4 and 56. RGB value is (184,164,86). Sum of RGB (Red+Green+Blue) = 184+164+86=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A456 is #475BA9. Grayscale: #A1A1A1. Windows color (decimal): -4676522 or 5678264. OLE color: 5678264.

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

Color convert

RGB 184 164 86 -
CMYK 0 0.11 0.53 0.28
HSL 47.76º 0.41% 0.53% -
HSV(B) 47.76º 0.53% 0.72% -
XYZ 34.72 37.41 14.2 -
YUV 161.09 85.63 144.34 -
System Red Green Blue C M Y K H S L
Decimal 184 164 86 0 0.11 0.53 0.28 47.76 0.41 0.53
Hex B8 A4 56 0 B 35 1C 30 29 35
Octal 270 244 126 0 13 65 34 60 51 65
Binary 10111000 10100100 1010110 0 1011 110101 11100 110000 101001 110101

Color Harmonies of #B8A456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A456

Black with #B8A456

Text Example


Text Example

White with #B8A456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A456; }

 p { color: rgb(184,164,86); }

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

background-color css

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

 a { background-color: rgb(184,164,86); }

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

border-color css

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

 span { border-color: rgb(184,164,86); }

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