Html Css Color HEX #B2A263 Gimblet

📋 copy color: '#B2A263'

red 178 ◦ green 162 ◦ blue 99

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

Shades of Gimblet #B2A263

Tints of Gimblet #B2A263

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.9%

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

R = 40.55%
G = 36.9%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B2A263 (or 0xB2A263) is known color: Gimblet. HEX triplet: B2, A2 and 63. RGB value is (178,162,99). Sum of RGB (Red+Green+Blue) = 178+162+99=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A263 is #4D5D9C. Grayscale: #9F9F9F. Windows color (decimal): -5070237 or 6529714. OLE color: 6529714.

HSL color Cylindrical-coordinate representation of color #B2A263: hue angle of 47.85º 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 #B2A263 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 162 99 -
CMYK 0 0.09 0.44 0.30
HSL 47.85º 0.34% 0.54% -
HSV(B) 47.85º 0.44% 0.7% -
XYZ 33.53 36.21 17.03 -
YUV 159.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 178 162 99 0 0.09 0.44 0.30 47.85 0.34 0.54
Hex B2 A2 63 0 9 2C 1E 30 22 36
Octal 262 242 143 0 11 54 36 60 42 66
Binary 10110010 10100010 1100011 0 1001 101100 11110 110000 100010 110110

Color Harmonies of #B2A263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A263

Black with #B2A263

Text Example


Text Example

White with #B2A263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A263; }

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

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

background-color css

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

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

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

border-color css

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

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

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