Html Css Color HEX #BAA85C Gimblet

📋 copy color: '#BAA85C'

red 186 ◦ green 168 ◦ blue 92

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

Shades of Gimblet #BAA85C

Tints of Gimblet #BAA85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.63%

R = 41.7%
G = 37.67%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BAA85C (or 0xBAA85C) is known color: Gimblet. HEX triplet: BA, A8 and 5C. RGB value is (186,168,92). Sum of RGB (Red+Green+Blue) = 186+168+92=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA85C is #4557A3. Grayscale: #A5A5A5. Windows color (decimal): -4544420 or 6072506. OLE color: 6072506.

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

Color convert

RGB 186 168 92 -
CMYK 0 0.10 0.51 0.27
HSL 48.51º 0.41% 0.55% -
HSV(B) 48.51º 0.51% 0.73% -
XYZ 36.18 39.22 15.79 -
YUV 164.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 186 168 92 0 0.10 0.51 0.27 48.51 0.41 0.55
Hex BA A8 5C 0 A 33 1B 31 29 37
Octal 272 250 134 0 12 63 33 61 51 67
Binary 10111010 10101000 1011100 0 1010 110011 11011 110001 101001 110111

Color Harmonies of #BAA85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA85C

Black with #BAA85C

Text Example


Text Example

White with #BAA85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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