Html Css Color HEX #B3A853 Gimblet

📋 copy color: '#B3A853'

red 179 ◦ green 168 ◦ blue 83

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

Shades of Gimblet #B3A853

Tints of Gimblet #B3A853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.3%

R = 41.63%
G = 39.07%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B3A853 (or 0xB3A853) is known color: Gimblet. HEX triplet: B3, A8 and 53. RGB value is (179,168,83). Sum of RGB (Red+Green+Blue) = 179+168+83=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A853 is #4C57AC. Grayscale: #A1A1A1. Windows color (decimal): -5003181 or 5482675. OLE color: 5482675.

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

Color convert

RGB 179 168 83 -
CMYK 0 0.06 0.54 0.30
HSL 53.13º 0.39% 0.51% -
HSV(B) 53.13º 0.54% 0.7% -
XYZ 34.15 38.21 13.76 -
YUV 161.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 179 168 83 0 0.06 0.54 0.30 53.13 0.39 0.51
Hex B3 A8 53 0 6 36 1E 35 27 33
Octal 263 250 123 0 6 66 36 65 47 63
Binary 10110011 10101000 1010011 0 110 110110 11110 110101 100111 110011

Color Harmonies of #B3A853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A853

Black with #B3A853

Text Example


Text Example

White with #B3A853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A853; }

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

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

background-color css

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

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

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

border-color css

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

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

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