Html Css Color HEX #BAA75C Gimblet

📋 copy color: '#BAA75C'

red 186 ◦ green 167 ◦ blue 92

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

Shades of Gimblet #BAA75C

Tints of Gimblet #BAA75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.67%

R = 41.8%
G = 37.53%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BAA75C (or 0xBAA75C) is known color: Gimblet. HEX triplet: BA, A7 and 5C. RGB value is (186,167,92). Sum of RGB (Red+Green+Blue) = 186+167+92=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA75C is #4558A3. Grayscale: #A4A4A4. Windows color (decimal): -4544676 or 6072250. OLE color: 6072250.

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

Color convert

RGB 186 167 92 -
CMYK 0 0.10 0.51 0.27
HSL 47.87º 0.41% 0.55% -
HSV(B) 47.87º 0.51% 0.73% -
XYZ 36 38.85 15.73 -
YUV 164.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 186 167 92 0 0.10 0.51 0.27 47.87 0.41 0.55
Hex BA A7 5C 0 A 33 1B 30 29 37
Octal 272 247 134 0 12 63 33 60 51 67
Binary 10111010 10100111 1011100 0 1010 110011 11011 110000 101001 110111

Color Harmonies of #BAA75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA75C

Black with #BAA75C

Text Example


Text Example

White with #BAA75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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