Html Css Color HEX #B8A858 Gimblet

📋 copy color: '#B8A858'

red 184 ◦ green 168 ◦ blue 88

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

Shades of Gimblet #B8A858

Tints of Gimblet #B8A858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.18%

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

R = 41.82%
G = 38.18%
B = 20%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B8A858 (or 0xB8A858) is known color: Gimblet. HEX triplet: B8, A8 and 58. RGB value is (184,168,88). Sum of RGB (Red+Green+Blue) = 184+168+88=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A858 is #4757A7. Grayscale: #A4A4A4. Windows color (decimal): -4675496 or 5810360. OLE color: 5810360.

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

Color convert

RGB 184 168 88 -
CMYK 0 0.09 0.52 0.28
HSL 50º 0.4% 0.53% -
HSV(B) 50º 0.52% 0.72% -
XYZ 35.53 38.9 14.87 -
YUV 163.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 184 168 88 0 0.09 0.52 0.28 50 0.4 0.53
Hex B8 A8 58 0 9 34 1C 32 28 35
Octal 270 250 130 0 11 64 34 62 50 65
Binary 10111000 10101000 1011000 0 1001 110100 11100 110010 101000 110101

Color Harmonies of #B8A858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A858

Black with #B8A858

Text Example


Text Example

White with #B8A858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A858; }

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

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

background-color css

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

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

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

border-color css

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

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

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