Html Css Color HEX #B9B15E Gimblet

📋 copy color: '#B9B15E'

red 185 ◦ green 177 ◦ blue 94

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

Shades of Gimblet #B9B15E

Tints of Gimblet #B9B15E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.82%

 BLUE value IS 94 (37.11% from 255) = 20.61%

R = 40.57%
G = 38.82%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9B15E (or 0xB9B15E) is known color: Gimblet. HEX triplet: B9, B1 and 5E. RGB value is (185,177,94). Sum of RGB (Red+Green+Blue) = 185+177+94=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B15E is #464EA1. Grayscale: #AAAAAA. Windows color (decimal): -4607650 or 6205881. OLE color: 6205881.

HSL color Cylindrical-coordinate representation of color #B9B15E: hue angle of 54.73º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9B15E is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 177 94 -
CMYK 0 0.04 0.49 0.27
HSL 54.73º 0.39% 0.55% -
HSV(B) 54.73º 0.49% 0.73% -
XYZ 37.75 42.57 16.82 -
YUV 169.93 85.15 138.75 -
System Red Green Blue C M Y K H S L
Decimal 185 177 94 0 0.04 0.49 0.27 54.73 0.39 0.55
Hex B9 B1 5E 0 4 31 1B 37 27 37
Octal 271 261 136 0 4 61 33 67 47 67
Binary 10111001 10110001 1011110 0 100 110001 11011 110111 100111 110111

Color Harmonies of #B9B15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B15E

Black with #B9B15E

Text Example


Text Example

White with #B9B15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B15E; }

 p { color: rgb(185,177,94); }

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

background-color css

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

 a { background-color: rgb(185,177,94); }

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

border-color css

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

 span { border-color: rgb(185,177,94); }

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