Html Css Color HEX #B3A859 Gimblet

📋 copy color: '#B3A859'

red 179 ◦ green 168 ◦ blue 89

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

Shades of Gimblet #B3A859

Tints of Gimblet #B3A859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.41%

R = 41.06%
G = 38.53%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B3A859 (or 0xB3A859) is known color: Gimblet. HEX triplet: B3, A8 and 59. RGB value is (179,168,89). Sum of RGB (Red+Green+Blue) = 179+168+89=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A859 is #4C57A6. Grayscale: #A2A2A2. Windows color (decimal): -5003175 or 5875891. OLE color: 5875891.

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

Color convert

RGB 179 168 89 -
CMYK 0 0.06 0.50 0.30
HSL 52.67º 0.37% 0.53% -
HSV(B) 52.67º 0.5% 0.7% -
XYZ 34.4 38.31 15.03 -
YUV 162.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 179 168 89 0 0.06 0.50 0.30 52.67 0.37 0.53
Hex B3 A8 59 0 6 32 1E 35 25 35
Octal 263 250 131 0 6 62 36 65 45 65
Binary 10110011 10101000 1011001 0 110 110010 11110 110101 100101 110101

Color Harmonies of #B3A859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A859

Black with #B3A859

Text Example


Text Example

White with #B3A859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A859; }

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

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

background-color css

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

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

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

border-color css

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

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

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