Html Css Color HEX #B3A260 Gimblet

📋 copy color: '#B3A260'

red 179 ◦ green 162 ◦ blue 96

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

Shades of Gimblet #B3A260

Tints of Gimblet #B3A260

RGB

 RED value IS 179 (70.31% from 255) = 40.96%

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

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

R = 40.96%
G = 37.07%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B3A260 (or 0xB3A260) is known color: Gimblet. HEX triplet: B3, A2 and 60. RGB value is (179,162,96). Sum of RGB (Red+Green+Blue) = 179+162+96=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A260 is #4C5D9F. Grayscale: #9F9F9F. Windows color (decimal): -5004704 or 6333107. OLE color: 6333107.

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

Color convert

RGB 179 162 96 -
CMYK 0 0.09 0.46 0.30
HSL 47.71º 0.35% 0.54% -
HSV(B) 47.71º 0.46% 0.7% -
XYZ 33.62 36.27 16.29 -
YUV 159.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 179 162 96 0 0.09 0.46 0.30 47.71 0.35 0.54
Hex B3 A2 60 0 9 2E 1E 30 23 36
Octal 263 242 140 0 11 56 36 60 43 66
Binary 10110011 10100010 1100000 0 1001 101110 11110 110000 100011 110110

Color Harmonies of #B3A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A260

Black with #B3A260

Text Example


Text Example

White with #B3A260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A260; }

 p { color: rgb(179,162,96); }

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

background-color css

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

 a { background-color: rgb(179,162,96); }

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

border-color css

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

 span { border-color: rgb(179,162,96); }

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