Html Css Color HEX #B2A963 Gimblet

📋 copy color: '#B2A963'

red 178 ◦ green 169 ◦ blue 99

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

Shades of Gimblet #B2A963

Tints of Gimblet #B2A963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.2%

R = 39.91%
G = 37.89%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B2A963 (or 0xB2A963) is known color: Gimblet. HEX triplet: B2, A9 and 63. RGB value is (178,169,99). Sum of RGB (Red+Green+Blue) = 178+169+99=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A963 is #4D569C. Grayscale: #A4A4A4. Windows color (decimal): -5068445 or 6531506. OLE color: 6531506.

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

Color convert

RGB 178 169 99 -
CMYK 0 0.05 0.44 0.30
HSL 53.16º 0.34% 0.54% -
HSV(B) 53.16º 0.44% 0.7% -
XYZ 34.8 38.74 17.45 -
YUV 163.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 178 169 99 0 0.05 0.44 0.30 53.16 0.34 0.54
Hex B2 A9 63 0 5 2C 1E 35 22 36
Octal 262 251 143 0 5 54 36 65 42 66
Binary 10110010 10101001 1100011 0 101 101100 11110 110101 100010 110110

Color Harmonies of #B2A963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A963

Black with #B2A963

Text Example


Text Example

White with #B2A963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A963; }

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

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

background-color css

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

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

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

border-color css

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

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

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