Html Css Color HEX #B9A870 Gimblet

📋 copy color: '#B9A870'

red 185 ◦ green 168 ◦ blue 112

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

Shades of Gimblet #B9A870

Tints of Gimblet #B9A870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.09%

R = 39.78%
G = 36.13%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B9A870 (or 0xB9A870) is known color: Gimblet. HEX triplet: B9, A8 and 70. RGB value is (185,168,112). Sum of RGB (Red+Green+Blue) = 185+168+112=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A870 is #46578F. Grayscale: #A6A6A6. Windows color (decimal): -4609936 or 7383225. OLE color: 7383225.

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

Color convert

RGB 185 168 112 -
CMYK 0 0.09 0.39 0.27
HSL 46.03º 0.34% 0.58% -
HSV(B) 46.03º 0.39% 0.73% -
XYZ 36.93 39.49 21 -
YUV 166.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 185 168 112 0 0.09 0.39 0.27 46.03 0.34 0.58
Hex B9 A8 70 0 9 27 1B 2E 22 3A
Octal 271 250 160 0 11 47 33 56 42 72
Binary 10111001 10101000 1110000 0 1001 100111 11011 101110 100010 111010

Color Harmonies of #B9A870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A870

Black with #B9A870

Text Example


Text Example

White with #B9A870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A870; }

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

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

background-color css

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

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

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

border-color css

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

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

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