Html Css Color HEX #B3AC6C Gimblet

📋 copy color: '#B3AC6C'

red 179 ◦ green 172 ◦ blue 108

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

Shades of Gimblet #B3AC6C

Tints of Gimblet #B3AC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.53%

R = 39%
G = 37.47%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3AC6C (or 0xB3AC6C) is known color: Gimblet. HEX triplet: B3, AC and 6C. RGB value is (179,172,108). Sum of RGB (Red+Green+Blue) = 179+172+108=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AC6C is #4C5393. Grayscale: #A7A7A7. Windows color (decimal): -5002132 or 7122099. OLE color: 7122099.

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

Color convert

RGB 179 172 108 -
CMYK 0 0.04 0.40 0.30
HSL 54.08º 0.32% 0.56% -
HSV(B) 54.08º 0.4% 0.7% -
XYZ 36.05 40.17 20.04 -
YUV 166.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 179 172 108 0 0.04 0.40 0.30 54.08 0.32 0.56
Hex B3 AC 6C 0 4 28 1E 36 20 38
Octal 263 254 154 0 4 50 36 66 40 70
Binary 10110011 10101100 1101100 0 100 101000 11110 110110 100000 111000

Color Harmonies of #B3AC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AC6C

Black with #B3AC6C

Text Example


Text Example

White with #B3AC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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