Html Css Color HEX #B9A96A Gimblet

📋 copy color: '#B9A96A'

red 185 ◦ green 169 ◦ blue 106

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

Shades of Gimblet #B9A96A

Tints of Gimblet #B9A96A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.74%

 BLUE value IS 106 (41.8% from 255) = 23.04%

R = 40.22%
G = 36.74%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9A96A (or 0xB9A96A) is known color: Gimblet. HEX triplet: B9, A9 and 6A. RGB value is (185,169,106). Sum of RGB (Red+Green+Blue) = 185+169+106=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A96A is #465695. Grayscale: #A6A6A6. Windows color (decimal): -4609686 or 6990265. OLE color: 6990265.

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

Color convert

RGB 185 169 106 -
CMYK 0 0.09 0.43 0.27
HSL 47.85º 0.36% 0.57% -
HSV(B) 47.85º 0.43% 0.73% -
XYZ 36.8 39.73 19.37 -
YUV 166.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 185 169 106 0 0.09 0.43 0.27 47.85 0.36 0.57
Hex B9 A9 6A 0 9 2B 1B 30 24 39
Octal 271 251 152 0 11 53 33 60 44 71
Binary 10111001 10101001 1101010 0 1001 101011 11011 110000 100100 111001

Color Harmonies of #B9A96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A96A

Black with #B9A96A

Text Example


Text Example

White with #B9A96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A96A; }

 p { color: rgb(185,169,106); }

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

background-color css

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

 a { background-color: rgb(185,169,106); }

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

border-color css

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

 span { border-color: rgb(185,169,106); }

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