Html Css Color HEX #BAA962 Gimblet

📋 copy color: '#BAA962'

red 186 ◦ green 169 ◦ blue 98

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

Shades of Gimblet #BAA962

Tints of Gimblet #BAA962

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.31%

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

R = 41.06%
G = 37.31%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAA962 (or 0xBAA962) is known color: Gimblet. HEX triplet: BA, A9 and 62. RGB value is (186,169,98). Sum of RGB (Red+Green+Blue) = 186+169+98=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA962 is #45569D. Grayscale: #A6A6A6. Windows color (decimal): -4544158 or 6465978. OLE color: 6465978.

HSL color Cylindrical-coordinate representation of color #BAA962: hue angle of 48.41º 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 #BAA962 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 169 98 -
CMYK 0 0.09 0.47 0.27
HSL 48.41º 0.39% 0.56% -
HSV(B) 48.41º 0.47% 0.73% -
XYZ 36.64 39.7 17.29 -
YUV 165.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 186 169 98 0 0.09 0.47 0.27 48.41 0.39 0.56
Hex BA A9 62 0 9 2F 1B 30 27 38
Octal 272 251 142 0 11 57 33 60 47 70
Binary 10111010 10101001 1100010 0 1001 101111 11011 110000 100111 111000

Color Harmonies of #BAA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA962

Black with #BAA962

Text Example


Text Example

White with #BAA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA962; }

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

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

background-color css

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

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

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

border-color css

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

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

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