Html Css Color HEX #B9A657 Gimblet

📋 copy color: '#B9A657'

red 185 ◦ green 166 ◦ blue 87

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

Shades of Gimblet #B9A657

Tints of Gimblet #B9A657

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.9%

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

R = 42.24%
G = 37.9%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B9A657 (or 0xB9A657) is known color: Gimblet. HEX triplet: B9, A6 and 57. RGB value is (185,166,87). Sum of RGB (Red+Green+Blue) = 185+166+87=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A657 is #4659A8. Grayscale: #A3A3A3. Windows color (decimal): -4610473 or 5744313. OLE color: 5744313.

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

Color convert

RGB 185 166 87 -
CMYK 0 0.10 0.53 0.27
HSL 48.37º 0.41% 0.53% -
HSV(B) 48.37º 0.53% 0.73% -
XYZ 35.36 38.27 14.54 -
YUV 162.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 185 166 87 0 0.10 0.53 0.27 48.37 0.41 0.53
Hex B9 A6 57 0 A 35 1B 30 29 35
Octal 271 246 127 0 12 65 33 60 51 65
Binary 10111001 10100110 1010111 0 1010 110101 11011 110000 101001 110101

Color Harmonies of #B9A657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A657

Black with #B9A657

Text Example


Text Example

White with #B9A657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A657; }

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

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

background-color css

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

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

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

border-color css

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

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

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