Html Css Color HEX #BAA762 Gimblet

📋 copy color: '#BAA762'

red 186 ◦ green 167 ◦ blue 98

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

Shades of Gimblet #BAA762

Tints of Gimblet #BAA762

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.03%

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

R = 41.24%
G = 37.03%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAA762 (or 0xBAA762) is known color: Gimblet. HEX triplet: BA, A7 and 62. RGB value is (186,167,98). Sum of RGB (Red+Green+Blue) = 186+167+98=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA762 is #45589D. Grayscale: #A5A5A5. Windows color (decimal): -4544670 or 6465466. OLE color: 6465466.

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

Color convert

RGB 186 167 98 -
CMYK 0 0.10 0.47 0.27
HSL 47.05º 0.39% 0.56% -
HSV(B) 47.05º 0.47% 0.73% -
XYZ 36.27 38.96 17.16 -
YUV 164.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 186 167 98 0 0.10 0.47 0.27 47.05 0.39 0.56
Hex BA A7 62 0 A 2F 1B 2F 27 38
Octal 272 247 142 0 12 57 33 57 47 70
Binary 10111010 10100111 1100010 0 1010 101111 11011 101111 100111 111000

Color Harmonies of #BAA762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA762

Black with #BAA762

Text Example


Text Example

White with #BAA762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA762; }

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

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

background-color css

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

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

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

border-color css

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

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

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