Html Css Color HEX #B9A35F Gimblet

📋 copy color: '#B9A35F'

red 185 ◦ green 163 ◦ blue 95

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

Shades of Gimblet #B9A35F

Tints of Gimblet #B9A35F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.79%

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

R = 41.76%
G = 36.79%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9A35F (or 0xB9A35F) is known color: Gimblet. HEX triplet: B9, A3 and 5F. RGB value is (185,163,95). Sum of RGB (Red+Green+Blue) = 185+163+95=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A35F is #465CA0. Grayscale: #A2A2A2. Windows color (decimal): -4611233 or 6267833. OLE color: 6267833.

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

Color convert

RGB 185 163 95 -
CMYK 0 0.12 0.49 0.27
HSL 45.33º 0.39% 0.55% -
HSV(B) 45.33º 0.49% 0.73% -
XYZ 35.17 37.33 16.18 -
YUV 161.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 185 163 95 0 0.12 0.49 0.27 45.33 0.39 0.55
Hex B9 A3 5F 0 C 31 1B 2D 27 37
Octal 271 243 137 0 14 61 33 55 47 67
Binary 10111001 10100011 1011111 0 1100 110001 11011 101101 100111 110111

Color Harmonies of #B9A35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A35F

Black with #B9A35F

Text Example


Text Example

White with #B9A35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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