Html Css Color HEX #B9A670 Gimblet

📋 copy color: '#B9A670'

red 185 ◦ green 166 ◦ blue 112

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

Shades of Gimblet #B9A670

Tints of Gimblet #B9A670

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.85%

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

R = 39.96%
G = 35.85%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B9A670 (or 0xB9A670) is known color: Gimblet. HEX triplet: B9, A6 and 70. RGB value is (185,166,112). Sum of RGB (Red+Green+Blue) = 185+166+112=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A670 is #46598F. Grayscale: #A5A5A5. Windows color (decimal): -4610448 or 7382713. OLE color: 7382713.

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

Color convert

RGB 185 166 112 -
CMYK 0 0.10 0.39 0.27
HSL 44.38º 0.34% 0.58% -
HSV(B) 44.38º 0.39% 0.73% -
XYZ 36.57 38.76 20.88 -
YUV 165.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 185 166 112 0 0.10 0.39 0.27 44.38 0.34 0.58
Hex B9 A6 70 0 A 27 1B 2C 22 3A
Octal 271 246 160 0 12 47 33 54 42 72
Binary 10111001 10100110 1110000 0 1010 100111 11011 101100 100010 111010

Color Harmonies of #B9A670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A670

Black with #B9A670

Text Example


Text Example

White with #B9A670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A670; }

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

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

background-color css

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

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

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

border-color css

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

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

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