Html Css Color HEX #B3A868 Gimblet

📋 copy color: '#B3A868'

red 179 ◦ green 168 ◦ blue 104

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

Shades of Gimblet #B3A868

Tints of Gimblet #B3A868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.06%

R = 39.69%
G = 37.25%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B3A868 (or 0xB3A868) is known color: Gimblet. HEX triplet: B3, A8 and 68. RGB value is (179,168,104). Sum of RGB (Red+Green+Blue) = 179+168+104=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A868 is #4C5797. Grayscale: #A4A4A4. Windows color (decimal): -5003160 or 6858931. OLE color: 6858931.

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

Color convert

RGB 179 168 104 -
CMYK 0 0.06 0.42 0.30
HSL 51.2º 0.33% 0.55% -
HSV(B) 51.2º 0.42% 0.7% -
XYZ 35.09 38.59 18.7 -
YUV 163.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 179 168 104 0 0.06 0.42 0.30 51.2 0.33 0.55
Hex B3 A8 68 0 6 2A 1E 33 21 37
Octal 263 250 150 0 6 52 36 63 41 67
Binary 10110011 10101000 1101000 0 110 101010 11110 110011 100001 110111

Color Harmonies of #B3A868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A868

Black with #B3A868

Text Example


Text Example

White with #B3A868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A868; }

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

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

background-color css

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

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

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

border-color css

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

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

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