Html Css Color HEX #B3A856 Gimblet

📋 copy color: '#B3A856'

red 179 ◦ green 168 ◦ blue 86

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

Shades of Gimblet #B3A856

Tints of Gimblet #B3A856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.86%

R = 41.34%
G = 38.8%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B3A856 (or 0xB3A856) is known color: Gimblet. HEX triplet: B3, A8 and 56. RGB value is (179,168,86). Sum of RGB (Red+Green+Blue) = 179+168+86=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A856 is #4C57A9. Grayscale: #A2A2A2. Windows color (decimal): -5003178 or 5679283. OLE color: 5679283.

HSL color Cylindrical-coordinate representation of color #B3A856: hue angle of 52.9º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3A856 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 168 86 -
CMYK 0 0.06 0.52 0.30
HSL 52.9º 0.38% 0.52% -
HSV(B) 52.9º 0.52% 0.7% -
XYZ 34.27 38.26 14.38 -
YUV 161.94 85.14 140.17 -
System Red Green Blue C M Y K H S L
Decimal 179 168 86 0 0.06 0.52 0.30 52.9 0.38 0.52
Hex B3 A8 56 0 6 34 1E 35 26 34
Octal 263 250 126 0 6 64 36 65 46 64
Binary 10110011 10101000 1010110 0 110 110100 11110 110101 100110 110100

Color Harmonies of #B3A856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A856

Black with #B3A856

Text Example


Text Example

White with #B3A856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A856; }

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

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

background-color css

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

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

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

border-color css

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

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

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