Html Css Color HEX #B9A85F Gimblet

📋 copy color: '#B9A85F'

red 185 ◦ green 168 ◦ blue 95

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

Shades of Gimblet #B9A85F

Tints of Gimblet #B9A85F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.5%

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

R = 41.29%
G = 37.5%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9A85F (or 0xB9A85F) is known color: Gimblet. HEX triplet: B9, A8 and 5F. RGB value is (185,168,95). Sum of RGB (Red+Green+Blue) = 185+168+95=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A85F is #4657A0. Grayscale: #A5A5A5. Windows color (decimal): -4609953 or 6269113. OLE color: 6269113.

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

Color convert

RGB 185 168 95 -
CMYK 0 0.09 0.49 0.27
HSL 48.67º 0.39% 0.55% -
HSV(B) 48.67º 0.49% 0.73% -
XYZ 36.08 39.15 16.48 -
YUV 164.76 88.63 142.44 -
System Red Green Blue C M Y K H S L
Decimal 185 168 95 0 0.09 0.49 0.27 48.67 0.39 0.55
Hex B9 A8 5F 0 9 31 1B 31 27 37
Octal 271 250 137 0 11 61 33 61 47 67
Binary 10111001 10101000 1011111 0 1001 110001 11011 110001 100111 110111

Color Harmonies of #B9A85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A85F

Black with #B9A85F

Text Example


Text Example

White with #B9A85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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