Html Css Color HEX #BAA769 Gimblet

📋 copy color: '#BAA769'

red 186 ◦ green 167 ◦ blue 105

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

Shades of Gimblet #BAA769

Tints of Gimblet #BAA769

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.46%

 BLUE value IS 105 (41.41% from 255) = 22.93%

R = 40.61%
G = 36.46%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BAA769 (or 0xBAA769) is known color: Gimblet. HEX triplet: BA, A7 and 69. RGB value is (186,167,105). Sum of RGB (Red+Green+Blue) = 186+167+105=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA769 is #455896. Grayscale: #A5A5A5. Windows color (decimal): -4544663 or 6924218. OLE color: 6924218.

HSL color Cylindrical-coordinate representation of color #BAA769: hue angle of 45.93º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAA769 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 167 105 -
CMYK 0 0.10 0.44 0.27
HSL 45.93º 0.37% 0.57% -
HSV(B) 45.93º 0.44% 0.73% -
XYZ 36.62 39.1 18.98 -
YUV 165.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 186 167 105 0 0.10 0.44 0.27 45.93 0.37 0.57
Hex BA A7 69 0 A 2C 1B 2E 25 39
Octal 272 247 151 0 12 54 33 56 45 71
Binary 10111010 10100111 1101001 0 1010 101100 11011 101110 100101 111001

Color Harmonies of #BAA769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA769

Black with #BAA769

Text Example


Text Example

White with #BAA769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA769; }

 p { color: rgb(186,167,105); }

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

background-color css

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

 a { background-color: rgb(186,167,105); }

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

border-color css

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

 span { border-color: rgb(186,167,105); }

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