Html Css Color HEX #BAAE5C Gimblet

📋 copy color: '#BAAE5C'

red 186 ◦ green 174 ◦ blue 92

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

Shades of Gimblet #BAAE5C

Tints of Gimblet #BAAE5C

RGB

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

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

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

R = 41.15%
G = 38.5%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BAAE5C (or 0xBAAE5C) is known color: Gimblet. HEX triplet: BA, AE and 5C. RGB value is (186,174,92). Sum of RGB (Red+Green+Blue) = 186+174+92=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE5C is #4551A3. Grayscale: #A8A8A8. Windows color (decimal): -4542884 or 6074042. OLE color: 6074042.

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

Color convert

RGB 186 174 92 -
CMYK 0 0.06 0.51 0.27
HSL 52.34º 0.41% 0.55% -
HSV(B) 52.34º 0.51% 0.73% -
XYZ 37.32 41.48 16.17 -
YUV 168.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 186 174 92 0 0.06 0.51 0.27 52.34 0.41 0.55
Hex BA AE 5C 0 6 33 1B 34 29 37
Octal 272 256 134 0 6 63 33 64 51 67
Binary 10111010 10101110 1011100 0 110 110011 11011 110100 101001 110111

Color Harmonies of #BAAE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE5C

Black with #BAAE5C

Text Example


Text Example

White with #BAAE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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