Html Css Color HEX #B3AC68 Gimblet

📋 copy color: '#B3AC68'

red 179 ◦ green 172 ◦ blue 104

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

Shades of Gimblet #B3AC68

Tints of Gimblet #B3AC68

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.8%

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

R = 39.34%
G = 37.8%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B3AC68 (or 0xB3AC68) is known color: Gimblet. HEX triplet: B3, AC and 68. RGB value is (179,172,104). Sum of RGB (Red+Green+Blue) = 179+172+104=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AC68 is #4C5397. Grayscale: #A6A6A6. Windows color (decimal): -5002136 or 6859955. OLE color: 6859955.

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

Color convert

RGB 179 172 104 -
CMYK 0 0.04 0.42 0.30
HSL 54.4º 0.33% 0.55% -
HSV(B) 54.4º 0.42% 0.7% -
XYZ 35.84 40.09 18.95 -
YUV 166.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 179 172 104 0 0.04 0.42 0.30 54.4 0.33 0.55
Hex B3 AC 68 0 4 2A 1E 36 21 37
Octal 263 254 150 0 4 52 36 66 41 67
Binary 10110011 10101100 1101000 0 100 101010 11110 110110 100001 110111

Color Harmonies of #B3AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AC68

Black with #B3AC68

Text Example


Text Example

White with #B3AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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