Html Css Color HEX #B9A557 Gimblet

📋 copy color: '#B9A557'

red 185 ◦ green 165 ◦ blue 87

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

Shades of Gimblet #B9A557

Tints of Gimblet #B9A557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.91%

R = 42.33%
G = 37.76%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B9A557 (or 0xB9A557) is known color: Gimblet. HEX triplet: B9, A5 and 57. RGB value is (185,165,87). Sum of RGB (Red+Green+Blue) = 185+165+87=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A557 is #465AA8. Grayscale: #A2A2A2. Windows color (decimal): -4610729 or 5744057. OLE color: 5744057.

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

Color convert

RGB 185 165 87 -
CMYK 0 0.11 0.53 0.27
HSL 47.76º 0.41% 0.53% -
HSV(B) 47.76º 0.53% 0.73% -
XYZ 35.18 37.91 14.48 -
YUV 162.09 85.63 144.34 -
System Red Green Blue C M Y K H S L
Decimal 185 165 87 0 0.11 0.53 0.27 47.76 0.41 0.53
Hex B9 A5 57 0 B 35 1B 30 29 35
Octal 271 245 127 0 13 65 33 60 51 65
Binary 10111001 10100101 1010111 0 1011 110101 11011 110000 101001 110101

Color Harmonies of #B9A557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A557

Black with #B9A557

Text Example


Text Example

White with #B9A557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A557; }

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

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

background-color css

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

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

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

border-color css

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

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

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