Html Css Color HEX #BAB440 Brass

📋 copy color: '#BAB440'

red 186 ◦ green 180 ◦ blue 64

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

Shades of Brass #BAB440

Tints of Brass #BAB440

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.86%

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

R = 43.26%
G = 41.86%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAB440 (or 0xBAB440) is known color: Brass. HEX triplet: BA, B4 and 40. RGB value is (186,180,64). Sum of RGB (Red+Green+Blue) = 186+180+64=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB440 is #454BBF. Grayscale: #A9A9A9. Windows color (decimal): -4541376 or 4240570. OLE color: 4240570.

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

Color convert

RGB 186 180 64 -
CMYK 0 0.03 0.66 0.27
HSL 57.05º 0.49% 0.49% -
HSV(B) 57.05º 0.66% 0.73% -
XYZ 37.5 43.45 11.26 -
YUV 168.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 186 180 64 0 0.03 0.66 0.27 57.05 0.49 0.49
Hex BA B4 40 0 3 42 1B 39 31 31
Octal 272 264 100 0 3 102 33 71 61 61
Binary 10111010 10110100 1000000 0 11 1000010 11011 111001 110001 110001

Color Harmonies of #BAB440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB440

Black with #BAB440

Text Example


Text Example

White with #BAB440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB440; }

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

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

background-color css

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

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

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

border-color css

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

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

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