Html Css Color HEX #B3A16C Gimblet

📋 copy color: '#B3A16C'

red 179 ◦ green 161 ◦ blue 108

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

Shades of Gimblet #B3A16C

Tints of Gimblet #B3A16C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.94%

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

R = 39.96%
G = 35.94%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3A16C (or 0xB3A16C) is known color: Gimblet. HEX triplet: B3, A1 and 6C. RGB value is (179,161,108). Sum of RGB (Red+Green+Blue) = 179+161+108=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A16C is #4C5E93. Grayscale: #A0A0A0. Windows color (decimal): -5004948 or 7119283. OLE color: 7119283.

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

Color convert

RGB 179 161 108 -
CMYK 0 0.10 0.40 0.30
HSL 44.79º 0.32% 0.56% -
HSV(B) 44.79º 0.4% 0.7% -
XYZ 34.04 36.16 19.37 -
YUV 160.34 98.46 141.31 -
System Red Green Blue C M Y K H S L
Decimal 179 161 108 0 0.10 0.40 0.30 44.79 0.32 0.56
Hex B3 A1 6C 0 A 28 1E 2D 20 38
Octal 263 241 154 0 12 50 36 55 40 70
Binary 10110011 10100001 1101100 0 1010 101000 11110 101101 100000 111000

Color Harmonies of #B3A16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A16C

Black with #B3A16C

Text Example


Text Example

White with #B3A16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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