Html Css Color HEX #B3A35D Gimblet

📋 copy color: '#B3A35D'

red 179 ◦ green 163 ◦ blue 93

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

Shades of Gimblet #B3A35D

Tints of Gimblet #B3A35D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.47%

 BLUE value IS 93 (36.72% from 255) = 21.38%

R = 41.15%
G = 37.47%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3A35D (or 0xB3A35D) is known color: Gimblet. HEX triplet: B3, A3 and 5D. RGB value is (179,163,93). Sum of RGB (Red+Green+Blue) = 179+163+93=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A35D is #4C5CA2. Grayscale: #A0A0A0. Windows color (decimal): -5004451 or 6136755. OLE color: 6136755.

HSL color Cylindrical-coordinate representation of color #B3A35D: hue angle of 48.84º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3A35D is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 163 93 -
CMYK 0 0.09 0.48 0.30
HSL 48.84º 0.36% 0.53% -
HSV(B) 48.84º 0.48% 0.7% -
XYZ 33.66 36.57 15.64 -
YUV 159.8 90.3 141.69 -
System Red Green Blue C M Y K H S L
Decimal 179 163 93 0 0.09 0.48 0.30 48.84 0.36 0.53
Hex B3 A3 5D 0 9 30 1E 31 24 35
Octal 263 243 135 0 11 60 36 61 44 65
Binary 10110011 10100011 1011101 0 1001 110000 11110 110001 100100 110101

Color Harmonies of #B3A35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A35D

Black with #B3A35D

Text Example


Text Example

White with #B3A35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A35D; }

 p { color: rgb(179,163,93); }

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

background-color css

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

 a { background-color: rgb(179,163,93); }

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

border-color css

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

 span { border-color: rgb(179,163,93); }

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