Html Css Color HEX #B9A55F Gimblet

📋 copy color: '#B9A55F'

red 185 ◦ green 165 ◦ blue 95

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

Shades of Gimblet #B9A55F

Tints of Gimblet #B9A55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.35%

R = 41.57%
G = 37.08%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9A55F (or 0xB9A55F) is known color: Gimblet. HEX triplet: B9, A5 and 5F. RGB value is (185,165,95). Sum of RGB (Red+Green+Blue) = 185+165+95=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A55F is #465AA0. Grayscale: #A3A3A3. Windows color (decimal): -4610721 or 6268345. OLE color: 6268345.

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

Color convert

RGB 185 165 95 -
CMYK 0 0.11 0.49 0.27
HSL 46.67º 0.39% 0.55% -
HSV(B) 46.67º 0.49% 0.73% -
XYZ 35.53 38.05 16.3 -
YUV 163 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 185 165 95 0 0.11 0.49 0.27 46.67 0.39 0.55
Hex B9 A5 5F 0 B 31 1B 2F 27 37
Octal 271 245 137 0 13 61 33 57 47 67
Binary 10111001 10100101 1011111 0 1011 110001 11011 101111 100111 110111

Color Harmonies of #B9A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A55F

Black with #B9A55F

Text Example


Text Example

White with #B9A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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