Html Css Color HEX #B2A061 Gimblet

📋 copy color: '#B2A061'

red 178 ◦ green 160 ◦ blue 97

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

Shades of Gimblet #B2A061

Tints of Gimblet #B2A061

RGB

 RED value IS 178 (69.92% from 255) = 40.92%

 GREEN value IS 160 (62.89% from 255) = 36.78%

 BLUE value IS 97 (38.28% from 255) = 22.3%

R = 40.92%
G = 36.78%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B2A061 (or 0xB2A061) is known color: Gimblet. HEX triplet: B2, A0 and 61. RGB value is (178,160,97). Sum of RGB (Red+Green+Blue) = 178+160+97=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A061 is #4D5F9E. Grayscale: #9E9E9E. Windows color (decimal): -5070751 or 6398130. OLE color: 6398130.

HSL color Cylindrical-coordinate representation of color #B2A061: hue angle of 46.67º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2A061 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 160 97 -
CMYK 0 0.10 0.46 0.30
HSL 46.67º 0.34% 0.54% -
HSV(B) 46.67º 0.46% 0.7% -
XYZ 33.09 35.47 16.41 -
YUV 158.2 93.46 142.12 -
System Red Green Blue C M Y K H S L
Decimal 178 160 97 0 0.10 0.46 0.30 46.67 0.34 0.54
Hex B2 A0 61 0 A 2E 1E 2F 22 36
Octal 262 240 141 0 12 56 36 57 42 66
Binary 10110010 10100000 1100001 0 1010 101110 11110 101111 100010 110110

Color Harmonies of #B2A061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A061

Black with #B2A061

Text Example


Text Example

White with #B2A061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A061; }

 p { color: rgb(178,160,97); }

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

background-color css

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

 a { background-color: rgb(178,160,97); }

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

border-color css

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

 span { border-color: rgb(178,160,97); }

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