Html Css Color HEX #B9A770 Gimblet

📋 copy color: '#B9A770'

red 185 ◦ green 167 ◦ blue 112

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

Shades of Gimblet #B9A770

Tints of Gimblet #B9A770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.99%

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

R = 39.87%
G = 35.99%
B = 24.14%

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

#B9A770 (or 0xB9A770) is known color: Gimblet. HEX triplet: B9, A7 and 70. RGB value is (185,167,112). Sum of RGB (Red+Green+Blue) = 185+167+112=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A770 is #46588F. Grayscale: #A6A6A6. Windows color (decimal): -4610192 or 7382969. OLE color: 7382969.

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

Color convert

RGB 185 167 112 -
CMYK 0 0.10 0.39 0.27
HSL 45.21º 0.34% 0.58% -
HSV(B) 45.21º 0.39% 0.73% -
XYZ 36.75 39.12 20.94 -
YUV 166.11 97.46 141.47 -
System Red Green Blue C M Y K H S L
Decimal 185 167 112 0 0.10 0.39 0.27 45.21 0.34 0.58
Hex B9 A7 70 0 A 27 1B 2D 22 3A
Octal 271 247 160 0 12 47 33 55 42 72
Binary 10111001 10100111 1110000 0 1010 100111 11011 101101 100010 111010

Color Harmonies of #B9A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A770

Black with #B9A770

Text Example


Text Example

White with #B9A770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A770; }

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

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

background-color css

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

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

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

border-color css

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

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

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