Html Css Color HEX #B8A259 Gimblet

📋 copy color: '#B8A259'

red 184 ◦ green 162 ◦ blue 89

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

Shades of Gimblet #B8A259

Tints of Gimblet #B8A259

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.24%

 BLUE value IS 89 (35.16% from 255) = 20.46%

R = 42.3%
G = 37.24%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B8A259 (or 0xB8A259) is known color: Gimblet. HEX triplet: B8, A2 and 59. RGB value is (184,162,89). Sum of RGB (Red+Green+Blue) = 184+162+89=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A259 is #475DA6. Grayscale: #A0A0A0. Windows color (decimal): -4677031 or 5874360. OLE color: 5874360.

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

Color convert

RGB 184 162 89 -
CMYK 0 0.12 0.52 0.28
HSL 46.11º 0.4% 0.54% -
HSV(B) 46.11º 0.52% 0.72% -
XYZ 34.49 36.75 14.73 -
YUV 160.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 184 162 89 0 0.12 0.52 0.28 46.11 0.4 0.54
Hex B8 A2 59 0 C 34 1C 2E 28 36
Octal 270 242 131 0 14 64 34 56 50 66
Binary 10111000 10100010 1011001 0 1100 110100 11100 101110 101000 110110

Color Harmonies of #B8A259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A259

Black with #B8A259

Text Example


Text Example

White with #B8A259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A259; }

 p { color: rgb(184,162,89); }

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

background-color css

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

 a { background-color: rgb(184,162,89); }

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

border-color css

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

 span { border-color: rgb(184,162,89); }

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