Html Css Color HEX #BAAE59 Gimblet

📋 copy color: '#BAAE59'

red 186 ◦ green 174 ◦ blue 89

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

Shades of Gimblet #BAAE59

Tints of Gimblet #BAAE59

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.75%

 BLUE value IS 89 (35.16% from 255) = 19.82%

R = 41.43%
G = 38.75%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BAAE59 (or 0xBAAE59) is known color: Gimblet. HEX triplet: BA, AE and 59. RGB value is (186,174,89). Sum of RGB (Red+Green+Blue) = 186+174+89=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE59 is #4551A6. Grayscale: #A8A8A8. Windows color (decimal): -4542887 or 5877434. OLE color: 5877434.

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

Color convert

RGB 186 174 89 -
CMYK 0 0.06 0.52 0.27
HSL 52.58º 0.41% 0.54% -
HSV(B) 52.58º 0.52% 0.73% -
XYZ 37.19 41.43 15.49 -
YUV 167.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 186 174 89 0 0.06 0.52 0.27 52.58 0.41 0.54
Hex BA AE 59 0 6 34 1B 35 29 36
Octal 272 256 131 0 6 64 33 65 51 66
Binary 10111010 10101110 1011001 0 110 110100 11011 110101 101001 110110

Color Harmonies of #BAAE59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE59

Black with #BAAE59

Text Example


Text Example

White with #BAAE59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE59; }

 p { color: rgb(186,174,89); }

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

background-color css

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

 a { background-color: rgb(186,174,89); }

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

border-color css

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

 span { border-color: rgb(186,174,89); }

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