Html Css Color HEX #B2A960 Gimblet

📋 copy color: '#B2A960'

red 178 ◦ green 169 ◦ blue 96

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

Shades of Gimblet #B2A960

Tints of Gimblet #B2A960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.67%

R = 40.18%
G = 38.15%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B2A960 (or 0xB2A960) is known color: Gimblet. HEX triplet: B2, A9 and 60. RGB value is (178,169,96). Sum of RGB (Red+Green+Blue) = 178+169+96=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A960 is #4D569F. Grayscale: #A3A3A3. Windows color (decimal): -5068448 or 6334898. OLE color: 6334898.

HSL color Cylindrical-coordinate representation of color #B2A960: hue angle of 53.41º degrees, saturation: 0.35, 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 #B2A960 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 169 96 -
CMYK 0 0.05 0.46 0.30
HSL 53.41º 0.35% 0.54% -
HSV(B) 53.41º 0.46% 0.7% -
XYZ 34.66 38.69 16.71 -
YUV 163.37 89.98 138.44 -
System Red Green Blue C M Y K H S L
Decimal 178 169 96 0 0.05 0.46 0.30 53.41 0.35 0.54
Hex B2 A9 60 0 5 2E 1E 35 23 36
Octal 262 251 140 0 5 56 36 65 43 66
Binary 10110010 10101001 1100000 0 101 101110 11110 110101 100011 110110

Color Harmonies of #B2A960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A960

Black with #B2A960

Text Example


Text Example

White with #B2A960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A960; }

 p { color: rgb(178,169,96); }

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

background-color css

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

 a { background-color: rgb(178,169,96); }

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

border-color css

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

 span { border-color: rgb(178,169,96); }

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