Html Css Color HEX #BAB264 Gimblet

📋 copy color: '#BAB264'

red 186 ◦ green 178 ◦ blue 100

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

Shades of Gimblet #BAB264

Tints of Gimblet #BAB264

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.36%

 BLUE value IS 100 (39.45% from 255) = 21.55%

R = 40.09%
G = 38.36%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BAB264 (or 0xBAB264) is known color: Gimblet. HEX triplet: BA, B2 and 64. RGB value is (186,178,100). Sum of RGB (Red+Green+Blue) = 186+178+100=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB264 is #454D9B. Grayscale: #ABABAB. Windows color (decimal): -4541852 or 6599354. OLE color: 6599354.

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

Color convert

RGB 186 178 100 -
CMYK 0 0.04 0.46 0.27
HSL 54.42º 0.38% 0.56% -
HSV(B) 54.42º 0.46% 0.73% -
XYZ 38.47 43.2 18.37 -
YUV 171.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 186 178 100 0 0.04 0.46 0.27 54.42 0.38 0.56
Hex BA B2 64 0 4 2E 1B 36 26 38
Octal 272 262 144 0 4 56 33 66 46 70
Binary 10111010 10110010 1100100 0 100 101110 11011 110110 100110 111000

Color Harmonies of #BAB264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB264

Black with #BAB264

Text Example


Text Example

White with #BAB264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB264; }

 p { color: rgb(186,178,100); }

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

background-color css

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

 a { background-color: rgb(186,178,100); }

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

border-color css

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

 span { border-color: rgb(186,178,100); }

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