Html Css Color HEX #BAA867 Gimblet

📋 copy color: '#BAA867'

red 186 ◦ green 168 ◦ blue 103

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

Shades of Gimblet #BAA867

Tints of Gimblet #BAA867

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.76%

 BLUE value IS 103 (40.63% from 255) = 22.54%

R = 40.7%
G = 36.76%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAA867 (or 0xBAA867) is known color: Gimblet. HEX triplet: BA, A8 and 67. RGB value is (186,168,103). Sum of RGB (Red+Green+Blue) = 186+168+103=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA867 is #455798. Grayscale: #A6A6A6. Windows color (decimal): -4544409 or 6793402. OLE color: 6793402.

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

Color convert

RGB 186 168 103 -
CMYK 0 0.10 0.45 0.27
HSL 46.99º 0.38% 0.57% -
HSV(B) 46.99º 0.45% 0.73% -
XYZ 36.7 39.42 18.51 -
YUV 165.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 186 168 103 0 0.10 0.45 0.27 46.99 0.38 0.57
Hex BA A8 67 0 A 2D 1B 2F 26 39
Octal 272 250 147 0 12 55 33 57 46 71
Binary 10111010 10101000 1100111 0 1010 101101 11011 101111 100110 111001

Color Harmonies of #BAA867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA867

Black with #BAA867

Text Example


Text Example

White with #BAA867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA867; }

 p { color: rgb(186,168,103); }

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

background-color css

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

 a { background-color: rgb(186,168,103); }

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

border-color css

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

 span { border-color: rgb(186,168,103); }

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