Html Css Color HEX #B3A96D Gimblet

📋 copy color: '#B3A96D'

red 179 ◦ green 169 ◦ blue 109

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

Shades of Gimblet #B3A96D

Tints of Gimblet #B3A96D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.98%

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

R = 39.17%
G = 36.98%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3A96D (or 0xB3A96D) is known color: Gimblet. HEX triplet: B3, A9 and 6D. RGB value is (179,169,109). Sum of RGB (Red+Green+Blue) = 179+169+109=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A96D is #4C5692. Grayscale: #A5A5A5. Windows color (decimal): -5002899 or 7186867. OLE color: 7186867.

HSL color Cylindrical-coordinate representation of color #B3A96D: hue angle of 51.43º 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 #B3A96D is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 169 109 -
CMYK 0 0.06 0.39 0.30
HSL 51.43º 0.32% 0.56% -
HSV(B) 51.43º 0.39% 0.7% -
XYZ 35.54 39.06 20.13 -
YUV 165.15 96.31 137.88 -
System Red Green Blue C M Y K H S L
Decimal 179 169 109 0 0.06 0.39 0.30 51.43 0.32 0.56
Hex B3 A9 6D 0 6 27 1E 33 20 38
Octal 263 251 155 0 6 47 36 63 40 70
Binary 10110011 10101001 1101101 0 110 100111 11110 110011 100000 111000

Color Harmonies of #B3A96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A96D

Black with #B3A96D

Text Example


Text Example

White with #B3A96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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