Html Css Color HEX #BAAE68 Gimblet

📋 copy color: '#BAAE68'

red 186 ◦ green 174 ◦ blue 104

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

Shades of Gimblet #BAAE68

Tints of Gimblet #BAAE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.41%

R = 40.09%
G = 37.5%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BAAE68 (or 0xBAAE68) is known color: Gimblet. HEX triplet: BA, AE and 68. RGB value is (186,174,104). Sum of RGB (Red+Green+Blue) = 186+174+104=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE68 is #455197. Grayscale: #A9A9A9. Windows color (decimal): -4542872 or 6860474. OLE color: 6860474.

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

Color convert

RGB 186 174 104 -
CMYK 0 0.06 0.44 0.27
HSL 51.22º 0.37% 0.57% -
HSV(B) 51.22º 0.44% 0.73% -
XYZ 37.88 41.71 19.15 -
YUV 169.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 186 174 104 0 0.06 0.44 0.27 51.22 0.37 0.57
Hex BA AE 68 0 6 2C 1B 33 25 39
Octal 272 256 150 0 6 54 33 63 45 71
Binary 10111010 10101110 1101000 0 110 101100 11011 110011 100101 111001

Color Harmonies of #BAAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE68

Black with #BAAE68

Text Example


Text Example

White with #BAAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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