Html Css Color HEX #BAB062 Gimblet

📋 copy color: '#BAB062'

red 186 ◦ green 176 ◦ blue 98

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

Shades of Gimblet #BAB062

Tints of Gimblet #BAB062

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.26%

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

R = 40.43%
G = 38.26%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAB062 (or 0xBAB062) is known color: Gimblet. HEX triplet: BA, B0 and 62. RGB value is (186,176,98). Sum of RGB (Red+Green+Blue) = 186+176+98=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB062 is #454F9D. Grayscale: #AAAAAA. Windows color (decimal): -4542366 or 6467770. OLE color: 6467770.

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

Color convert

RGB 186 176 98 -
CMYK 0 0.05 0.47 0.27
HSL 53.18º 0.39% 0.56% -
HSV(B) 53.18º 0.47% 0.73% -
XYZ 37.98 42.37 17.73 -
YUV 170.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 186 176 98 0 0.05 0.47 0.27 53.18 0.39 0.56
Hex BA B0 62 0 5 2F 1B 35 27 38
Octal 272 260 142 0 5 57 33 65 47 70
Binary 10111010 10110000 1100010 0 101 101111 11011 110101 100111 111000

Color Harmonies of #BAB062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB062

Black with #BAB062

Text Example


Text Example

White with #BAB062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB062; }

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

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

background-color css

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

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

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

border-color css

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

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

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