Html Css Color HEX #BAAA65 Gimblet

📋 copy color: '#BAAA65'

red 186 ◦ green 170 ◦ blue 101

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

Shades of Gimblet #BAAA65

Tints of Gimblet #BAAA65

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.2%

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

R = 40.7%
G = 37.2%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BAAA65 (or 0xBAAA65) is known color: Gimblet. HEX triplet: BA, AA and 65. RGB value is (186,170,101). Sum of RGB (Red+Green+Blue) = 186+170+101=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA65 is #45559A. Grayscale: #A7A7A7. Windows color (decimal): -4543899 or 6662842. OLE color: 6662842.

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

Color convert

RGB 186 170 101 -
CMYK 0 0.09 0.46 0.27
HSL 48.71º 0.38% 0.56% -
HSV(B) 48.71º 0.46% 0.73% -
XYZ 36.97 40.13 18.11 -
YUV 166.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 186 170 101 0 0.09 0.46 0.27 48.71 0.38 0.56
Hex BA AA 65 0 9 2E 1B 31 26 38
Octal 272 252 145 0 11 56 33 61 46 70
Binary 10111010 10101010 1100101 0 1001 101110 11011 110001 100110 111000

Color Harmonies of #BAAA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA65

Black with #BAAA65

Text Example


Text Example

White with #BAAA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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