Html Css Color HEX #B3A05E Gimblet

📋 copy color: '#B3A05E'

red 179 ◦ green 160 ◦ blue 94

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

Shades of Gimblet #B3A05E

Tints of Gimblet #B3A05E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.95%

 BLUE value IS 94 (37.11% from 255) = 21.71%

R = 41.34%
G = 36.95%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3A05E (or 0xB3A05E) is known color: Gimblet. HEX triplet: B3, A0 and 5E. RGB value is (179,160,94). Sum of RGB (Red+Green+Blue) = 179+160+94=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A05E is #4C5FA1. Grayscale: #9E9E9E. Windows color (decimal): -5005218 or 6201523. OLE color: 6201523.

HSL color Cylindrical-coordinate representation of color #B3A05E: hue angle of 46.59º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3A05E is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 160 94 -
CMYK 0 0.11 0.47 0.30
HSL 46.59º 0.36% 0.54% -
HSV(B) 46.59º 0.47% 0.7% -
XYZ 33.18 35.53 15.7 -
YUV 158.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 179 160 94 0 0.11 0.47 0.30 46.59 0.36 0.54
Hex B3 A0 5E 0 B 2F 1E 2F 24 36
Octal 263 240 136 0 13 57 36 57 44 66
Binary 10110011 10100000 1011110 0 1011 101111 11110 101111 100100 110110

Color Harmonies of #B3A05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A05E

Black with #B3A05E

Text Example


Text Example

White with #B3A05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A05E; }

 p { color: rgb(179,160,94); }

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

background-color css

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

 a { background-color: rgb(179,160,94); }

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

border-color css

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

 span { border-color: rgb(179,160,94); }

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