Html Css Color HEX #BAB240 Brass

📋 copy color: '#BAB240'

red 186 ◦ green 178 ◦ blue 64

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

Shades of Brass #BAB240

Tints of Brass #BAB240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.95%

R = 43.46%
G = 41.59%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAB240 (or 0xBAB240) is known color: Brass. HEX triplet: BA, B2 and 40. RGB value is (186,178,64). Sum of RGB (Red+Green+Blue) = 186+178+64=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB240 is #454DBF. Grayscale: #A7A7A7. Windows color (decimal): -4541888 or 4240058. OLE color: 4240058.

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

Color convert

RGB 186 178 64 -
CMYK 0 0.04 0.66 0.27
HSL 56.07º 0.49% 0.49% -
HSV(B) 56.07º 0.66% 0.73% -
XYZ 37.1 42.65 11.13 -
YUV 167.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 186 178 64 0 0.04 0.66 0.27 56.07 0.49 0.49
Hex BA B2 40 0 4 42 1B 38 31 31
Octal 272 262 100 0 4 102 33 70 61 61
Binary 10111010 10110010 1000000 0 100 1000010 11011 111000 110001 110001

Color Harmonies of #BAB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB240

Black with #BAB240

Text Example


Text Example

White with #BAB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB240; }

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

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

background-color css

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

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

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

border-color css

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

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

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