Html Css Color HEX #BAA562 Gimblet

📋 copy color: '#BAA562'

red 186 ◦ green 165 ◦ blue 98

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

Shades of Gimblet #BAA562

Tints of Gimblet #BAA562

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.75%

 BLUE value IS 98 (38.67% from 255) = 21.83%

R = 41.43%
G = 36.75%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAA562 (or 0xBAA562) is known color: Gimblet. HEX triplet: BA, A5 and 62. RGB value is (186,165,98). Sum of RGB (Red+Green+Blue) = 186+165+98=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA562 is #455A9D. Grayscale: #A3A3A3. Windows color (decimal): -4545182 or 6464954. OLE color: 6464954.

HSL color Cylindrical-coordinate representation of color #BAA562: hue angle of 45.68º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAA562 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 165 98 -
CMYK 0 0.11 0.47 0.27
HSL 45.68º 0.39% 0.56% -
HSV(B) 45.68º 0.47% 0.73% -
XYZ 35.91 38.23 17.04 -
YUV 163.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 186 165 98 0 0.11 0.47 0.27 45.68 0.39 0.56
Hex BA A5 62 0 B 2F 1B 2E 27 38
Octal 272 245 142 0 13 57 33 56 47 70
Binary 10111010 10100101 1100010 0 1011 101111 11011 101110 100111 111000

Color Harmonies of #BAA562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA562

Black with #BAA562

Text Example


Text Example

White with #BAA562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA562; }

 p { color: rgb(186,165,98); }

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

background-color css

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

 a { background-color: rgb(186,165,98); }

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

border-color css

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

 span { border-color: rgb(186,165,98); }

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