Html Css Color HEX #BAA65A Gimblet

📋 copy color: '#BAA65A'

red 186 ◦ green 166 ◦ blue 90

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

Shades of Gimblet #BAA65A

Tints of Gimblet #BAA65A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.56%

 BLUE value IS 90 (35.55% from 255) = 20.36%

R = 42.08%
G = 37.56%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BAA65A (or 0xBAA65A) is known color: Gimblet. HEX triplet: BA, A6 and 5A. RGB value is (186,166,90). Sum of RGB (Red+Green+Blue) = 186+166+90=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA65A is #4559A5. Grayscale: #A3A3A3. Windows color (decimal): -4544934 or 5940922. OLE color: 5940922.

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

Color convert

RGB 186 166 90 -
CMYK 0 0.11 0.52 0.27
HSL 47.5º 0.41% 0.54% -
HSV(B) 47.5º 0.52% 0.73% -
XYZ 35.73 38.45 15.21 -
YUV 163.32 86.63 144.18 -
System Red Green Blue C M Y K H S L
Decimal 186 166 90 0 0.11 0.52 0.27 47.5 0.41 0.54
Hex BA A6 5A 0 B 34 1B 30 29 36
Octal 272 246 132 0 13 64 33 60 51 66
Binary 10111010 10100110 1011010 0 1011 110100 11011 110000 101001 110110

Color Harmonies of #BAA65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA65A

Black with #BAA65A

Text Example


Text Example

White with #BAA65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA65A; }

 p { color: rgb(186,166,90); }

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

background-color css

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

 a { background-color: rgb(186,166,90); }

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

border-color css

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

 span { border-color: rgb(186,166,90); }

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