Html Css Color HEX #BAAE6C Gimblet

📋 copy color: '#BAAE6C'

red 186 ◦ green 174 ◦ blue 108

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

Shades of Gimblet #BAAE6C

Tints of Gimblet #BAAE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.08%

R = 39.74%
G = 37.18%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAAE6C (or 0xBAAE6C) is known color: Gimblet. HEX triplet: BA, AE and 6C. RGB value is (186,174,108). Sum of RGB (Red+Green+Blue) = 186+174+108=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE6C is #455193. Grayscale: #AAAAAA. Windows color (decimal): -4542868 or 7122618. OLE color: 7122618.

HSL color Cylindrical-coordinate representation of color #BAAE6C: hue angle of 50.77º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAAE6C is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 174 108 -
CMYK 0 0.06 0.42 0.27
HSL 50.77º 0.36% 0.58% -
HSV(B) 50.77º 0.42% 0.73% -
XYZ 38.09 41.79 20.25 -
YUV 170.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 186 174 108 0 0.06 0.42 0.27 50.77 0.36 0.58
Hex BA AE 6C 0 6 2A 1B 33 24 3A
Octal 272 256 154 0 6 52 33 63 44 72
Binary 10111010 10101110 1101100 0 110 101010 11011 110011 100100 111010

Color Harmonies of #BAAE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE6C

Black with #BAAE6C

Text Example


Text Example

White with #BAAE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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