Html Css Color HEX #BAAE65 Gimblet

📋 copy color: '#BAAE65'

red 186 ◦ green 174 ◦ blue 101

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

Shades of Gimblet #BAAE65

Tints of Gimblet #BAAE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.91%

R = 40.35%
G = 37.74%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BAAE65 (or 0xBAAE65) is known color: Gimblet. HEX triplet: BA, AE and 65. RGB value is (186,174,101). Sum of RGB (Red+Green+Blue) = 186+174+101=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE65 is #45519A. Grayscale: #A9A9A9. Windows color (decimal): -4542875 or 6663866. OLE color: 6663866.

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

Color convert

RGB 186 174 101 -
CMYK 0 0.06 0.46 0.27
HSL 51.53º 0.38% 0.56% -
HSV(B) 51.53º 0.46% 0.73% -
XYZ 37.73 41.65 18.36 -
YUV 169.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 186 174 101 0 0.06 0.46 0.27 51.53 0.38 0.56
Hex BA AE 65 0 6 2E 1B 34 26 38
Octal 272 256 145 0 6 56 33 64 46 70
Binary 10111010 10101110 1100101 0 110 101110 11011 110100 100110 111000

Color Harmonies of #BAAE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE65

Black with #BAAE65

Text Example


Text Example

White with #BAAE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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