Html Css Color HEX #BAA85D Gimblet

📋 copy color: '#BAA85D'

red 186 ◦ green 168 ◦ blue 93

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

Shades of Gimblet #BAA85D

Tints of Gimblet #BAA85D

RGB

 RED value IS 186 (73.05% from 255) = 41.61%

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

 BLUE value IS 93 (36.72% from 255) = 20.81%

R = 41.61%
G = 37.58%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BAA85D (or 0xBAA85D) is known color: Gimblet. HEX triplet: BA, A8 and 5D. RGB value is (186,168,93). Sum of RGB (Red+Green+Blue) = 186+168+93=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA85D is #4557A2. Grayscale: #A5A5A5. Windows color (decimal): -4544419 or 6138042. OLE color: 6138042.

HSL color Cylindrical-coordinate representation of color #BAA85D: hue angle of 48.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAA85D is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 168 93 -
CMYK 0 0.10 0.5 0.27
HSL 48.39º 0.4% 0.55% -
HSV(B) 48.39º 0.5% 0.73% -
XYZ 36.23 39.23 16.02 -
YUV 164.83 87.46 143.1 -
System Red Green Blue C M Y K H S L
Decimal 186 168 93 0 0.10 0.5 0.27 48.39 0.4 0.55
Hex BA A8 5D 0 A 32 1B 30 28 37
Octal 272 250 135 0 12 62 33 60 50 67
Binary 10111010 10101000 1011101 0 1010 110010 11011 110000 101000 110111

Color Harmonies of #BAA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA85D

Black with #BAA85D

Text Example


Text Example

White with #BAA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA85D; }

 p { color: rgb(186,168,93); }

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

background-color css

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

 a { background-color: rgb(186,168,93); }

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

border-color css

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

 span { border-color: rgb(186,168,93); }

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