Html Css Color HEX #B3A36D Gimblet

📋 copy color: '#B3A36D'

red 179 ◦ green 163 ◦ blue 109

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

Shades of Gimblet #B3A36D

Tints of Gimblet #B3A36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.17%

R = 39.69%
G = 36.14%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3A36D (or 0xB3A36D) is known color: Gimblet. HEX triplet: B3, A3 and 6D. RGB value is (179,163,109). Sum of RGB (Red+Green+Blue) = 179+163+109=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A36D is #4C5C92. Grayscale: #A1A1A1. Windows color (decimal): -5004435 or 7185331. OLE color: 7185331.

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

Color convert

RGB 179 163 109 -
CMYK 0 0.09 0.39 0.30
HSL 46.29º 0.32% 0.56% -
HSV(B) 46.29º 0.39% 0.7% -
XYZ 34.45 36.88 19.77 -
YUV 161.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 179 163 109 0 0.09 0.39 0.30 46.29 0.32 0.56
Hex B3 A3 6D 0 9 27 1E 2E 20 38
Octal 263 243 155 0 11 47 36 56 40 70
Binary 10110011 10100011 1101101 0 1001 100111 11110 101110 100000 111000

Color Harmonies of #B3A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A36D

Black with #B3A36D

Text Example


Text Example

White with #B3A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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