Html Css Color HEX #B8A458 Gimblet

📋 copy color: '#B8A458'

red 184 ◦ green 164 ◦ blue 88

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

Shades of Gimblet #B8A458

Tints of Gimblet #B8A458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.18%

R = 42.2%
G = 37.61%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B8A458 (or 0xB8A458) is known color: Gimblet. HEX triplet: B8, A4 and 58. RGB value is (184,164,88). Sum of RGB (Red+Green+Blue) = 184+164+88=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A458 is #475BA7. Grayscale: #A1A1A1. Windows color (decimal): -4676520 or 5809336. OLE color: 5809336.

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

Color convert

RGB 184 164 88 -
CMYK 0 0.11 0.52 0.28
HSL 47.5º 0.4% 0.53% -
HSV(B) 47.5º 0.52% 0.72% -
XYZ 34.8 37.45 14.63 -
YUV 161.32 86.63 144.18 -
System Red Green Blue C M Y K H S L
Decimal 184 164 88 0 0.11 0.52 0.28 47.5 0.4 0.53
Hex B8 A4 58 0 B 34 1C 30 28 35
Octal 270 244 130 0 13 64 34 60 50 65
Binary 10111000 10100100 1011000 0 1011 110100 11100 110000 101000 110101

Color Harmonies of #B8A458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A458

Black with #B8A458

Text Example


Text Example

White with #B8A458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A458; }

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

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

background-color css

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

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

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

border-color css

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

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

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