Html Css Color HEX #B3A861 Gimblet

📋 copy color: '#B3A861'

red 179 ◦ green 168 ◦ blue 97

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

Shades of Gimblet #B3A861

Tints of Gimblet #B3A861

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.84%

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

R = 40.32%
G = 37.84%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B3A861 (or 0xB3A861) is known color: Gimblet. HEX triplet: B3, A8 and 61. RGB value is (179,168,97). Sum of RGB (Red+Green+Blue) = 179+168+97=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A861 is #4C579E. Grayscale: #A3A3A3. Windows color (decimal): -5003167 or 6400179. OLE color: 6400179.

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

Color convert

RGB 179 168 97 -
CMYK 0 0.06 0.46 0.30
HSL 51.95º 0.35% 0.54% -
HSV(B) 51.95º 0.46% 0.7% -
XYZ 34.75 38.45 16.9 -
YUV 163.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 179 168 97 0 0.06 0.46 0.30 51.95 0.35 0.54
Hex B3 A8 61 0 6 2E 1E 34 23 36
Octal 263 250 141 0 6 56 36 64 43 66
Binary 10110011 10101000 1100001 0 110 101110 11110 110100 100011 110110

Color Harmonies of #B3A861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A861

Black with #B3A861

Text Example


Text Example

White with #B3A861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A861; }

 p { color: rgb(179,168,97); }

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

background-color css

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

 a { background-color: rgb(179,168,97); }

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

border-color css

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

 span { border-color: rgb(179,168,97); }

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