Html Css Color HEX #B9A858 Gimblet

📋 copy color: '#B9A858'

red 185 ◦ green 168 ◦ blue 88

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

Shades of Gimblet #B9A858

Tints of Gimblet #B9A858

RGB

 RED value IS 185 (72.66% from 255) = 41.95%

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

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

R = 41.95%
G = 38.1%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B9A858 (or 0xB9A858) is known color: Gimblet. HEX triplet: B9, A8 and 58. RGB value is (185,168,88). Sum of RGB (Red+Green+Blue) = 185+168+88=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A858 is #4657A7. Grayscale: #A4A4A4. Windows color (decimal): -4609960 or 5810361. OLE color: 5810361.

HSL color Cylindrical-coordinate representation of color #B9A858: hue angle of 49.48º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9A858 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 88 -
CMYK 0 0.09 0.52 0.27
HSL 49.48º 0.41% 0.54% -
HSV(B) 49.48º 0.52% 0.73% -
XYZ 35.77 39.02 14.88 -
YUV 163.96 85.13 143 -
System Red Green Blue C M Y K H S L
Decimal 185 168 88 0 0.09 0.52 0.27 49.48 0.41 0.54
Hex B9 A8 58 0 9 34 1B 31 29 36
Octal 271 250 130 0 11 64 33 61 51 66
Binary 10111001 10101000 1011000 0 1001 110100 11011 110001 101001 110110

Color Harmonies of #B9A858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A858

Black with #B9A858

Text Example


Text Example

White with #B9A858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A858; }

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

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

background-color css

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

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

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

border-color css

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

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

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