Html Css Color HEX #B9AD5E Gimblet

📋 copy color: '#B9AD5E'

red 185 ◦ green 173 ◦ blue 94

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

Shades of Gimblet #B9AD5E

Tints of Gimblet #B9AD5E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.27%

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

R = 40.93%
G = 38.27%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9AD5E (or 0xB9AD5E) is known color: Gimblet. HEX triplet: B9, AD and 5E. RGB value is (185,173,94). Sum of RGB (Red+Green+Blue) = 185+173+94=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD5E is #4652A1. Grayscale: #A7A7A7. Windows color (decimal): -4608674 or 6204857. OLE color: 6204857.

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

Color convert

RGB 185 173 94 -
CMYK 0 0.06 0.49 0.27
HSL 52.09º 0.39% 0.55% -
HSV(B) 52.09º 0.49% 0.73% -
XYZ 36.97 41.01 16.56 -
YUV 167.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 185 173 94 0 0.06 0.49 0.27 52.09 0.39 0.55
Hex B9 AD 5E 0 6 31 1B 34 27 37
Octal 271 255 136 0 6 61 33 64 47 67
Binary 10111001 10101101 1011110 0 110 110001 11011 110100 100111 110111

Color Harmonies of #B9AD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD5E

Black with #B9AD5E

Text Example


Text Example

White with #B9AD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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