Html Css Color HEX #BAB25F Gimblet

📋 copy color: '#BAB25F'

red 186 ◦ green 178 ◦ blue 95

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

Shades of Gimblet #BAB25F

Tints of Gimblet #BAB25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.7%

R = 40.52%
G = 38.78%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BAB25F (or 0xBAB25F) is known color: Gimblet. HEX triplet: BA, B2 and 5F. RGB value is (186,178,95). Sum of RGB (Red+Green+Blue) = 186+178+95=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB25F is #454DA0. Grayscale: #ABABAB. Windows color (decimal): -4541857 or 6271674. OLE color: 6271674.

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

Color convert

RGB 186 178 95 -
CMYK 0 0.04 0.49 0.27
HSL 54.73º 0.4% 0.55% -
HSV(B) 54.73º 0.49% 0.73% -
XYZ 38.24 43.11 17.13 -
YUV 170.93 85.15 138.75 -
System Red Green Blue C M Y K H S L
Decimal 186 178 95 0 0.04 0.49 0.27 54.73 0.4 0.55
Hex BA B2 5F 0 4 31 1B 37 28 37
Octal 272 262 137 0 4 61 33 67 50 67
Binary 10111010 10110010 1011111 0 100 110001 11011 110111 101000 110111

Color Harmonies of #BAB25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB25F

Black with #BAB25F

Text Example


Text Example

White with #BAB25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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