Html Css Color HEX #B9A558 Gimblet

📋 copy color: '#B9A558'

red 185 ◦ green 165 ◦ blue 88

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

Shades of Gimblet #B9A558

Tints of Gimblet #B9A558

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

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

R = 42.24%
G = 37.67%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B9A558 (or 0xB9A558) is known color: Gimblet. HEX triplet: B9, A5 and 58. RGB value is (185,165,88). Sum of RGB (Red+Green+Blue) = 185+165+88=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A558 is #465AA7. Grayscale: #A2A2A2. Windows color (decimal): -4610728 or 5809593. OLE color: 5809593.

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

Color convert

RGB 185 165 88 -
CMYK 0 0.11 0.52 0.27
HSL 47.63º 0.41% 0.54% -
HSV(B) 47.63º 0.52% 0.73% -
XYZ 35.22 37.93 14.7 -
YUV 162.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 185 165 88 0 0.11 0.52 0.27 47.63 0.41 0.54
Hex B9 A5 58 0 B 34 1B 30 29 36
Octal 271 245 130 0 13 64 33 60 51 66
Binary 10111001 10100101 1011000 0 1011 110100 11011 110000 101001 110110

Color Harmonies of #B9A558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A558

Black with #B9A558

Text Example


Text Example

White with #B9A558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A558; }

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

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

background-color css

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

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

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

border-color css

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

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

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