Html Css Color HEX #B9AA6B Gimblet

📋 copy color: '#B9AA6B'

red 185 ◦ green 170 ◦ blue 107

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

Shades of Gimblet #B9AA6B

Tints of Gimblet #B9AA6B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.8%

 BLUE value IS 107 (42.19% from 255) = 23.16%

R = 40.04%
G = 36.8%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9AA6B (or 0xB9AA6B) is known color: Gimblet. HEX triplet: B9, AA and 6B. RGB value is (185,170,107). Sum of RGB (Red+Green+Blue) = 185+170+107=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA6B is #465594. Grayscale: #A7A7A7. Windows color (decimal): -4609429 or 7056057. OLE color: 7056057.

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

Color convert

RGB 185 170 107 -
CMYK 0 0.08 0.42 0.27
HSL 48.46º 0.36% 0.57% -
HSV(B) 48.46º 0.42% 0.73% -
XYZ 37.04 40.13 19.7 -
YUV 167.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 185 170 107 0 0.08 0.42 0.27 48.46 0.36 0.57
Hex B9 AA 6B 0 8 2A 1B 30 24 39
Octal 271 252 153 0 10 52 33 60 44 71
Binary 10111001 10101010 1101011 0 1000 101010 11011 110000 100100 111001

Color Harmonies of #B9AA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA6B

Black with #B9AA6B

Text Example


Text Example

White with #B9AA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA6B; }

 p { color: rgb(185,170,107); }

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

background-color css

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

 a { background-color: rgb(185,170,107); }

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

border-color css

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

 span { border-color: rgb(185,170,107); }

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