Html Css Color HEX #B9AB57 Gimblet

📋 copy color: '#B9AB57'

red 185 ◦ green 171 ◦ blue 87

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

Shades of Gimblet #B9AB57

Tints of Gimblet #B9AB57

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.6%

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

R = 41.76%
G = 38.6%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B9AB57 (or 0xB9AB57) is known color: Gimblet. HEX triplet: B9, AB and 57. RGB value is (185,171,87). Sum of RGB (Red+Green+Blue) = 185+171+87=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB57 is #4654A8. Grayscale: #A5A5A5. Windows color (decimal): -4609193 or 5745593. OLE color: 5745593.

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

Color convert

RGB 185 171 87 -
CMYK 0 0.08 0.53 0.27
HSL 51.43º 0.41% 0.53% -
HSV(B) 51.43º 0.53% 0.73% -
XYZ 36.29 40.13 14.85 -
YUV 165.61 83.64 141.83 -
System Red Green Blue C M Y K H S L
Decimal 185 171 87 0 0.08 0.53 0.27 51.43 0.41 0.53
Hex B9 AB 57 0 8 35 1B 33 29 35
Octal 271 253 127 0 10 65 33 63 51 65
Binary 10111001 10101011 1010111 0 1000 110101 11011 110011 101001 110101

Color Harmonies of #B9AB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB57

Black with #B9AB57

Text Example


Text Example

White with #B9AB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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