Html Css Color HEX #BAB543 Brass

📋 copy color: '#BAB543'

red 186 ◦ green 181 ◦ blue 67

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

Shades of Brass #BAB543

Tints of Brass #BAB543

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.71%

 BLUE value IS 67 (26.56% from 255) = 15.44%

R = 42.86%
G = 41.71%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BAB543 (or 0xBAB543) is known color: Brass. HEX triplet: BA, B5 and 43. RGB value is (186,181,67). Sum of RGB (Red+Green+Blue) = 186+181+67=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB543 is #454ABC. Grayscale: #A9A9A9. Windows color (decimal): -4541117 or 4437434. OLE color: 4437434.

HSL color Cylindrical-coordinate representation of color #BAB543: hue angle of 57.48º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAB543 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 67 -
CMYK 0 0.03 0.64 0.27
HSL 57.48º 0.47% 0.5% -
HSV(B) 57.48º 0.64% 0.73% -
XYZ 37.79 43.89 11.79 -
YUV 169.5 70.16 139.77 -
System Red Green Blue C M Y K H S L
Decimal 186 181 67 0 0.03 0.64 0.27 57.48 0.47 0.5
Hex BA B5 43 0 3 40 1B 39 2F 32
Octal 272 265 103 0 3 100 33 71 57 62
Binary 10111010 10110101 1000011 0 11 1000000 11011 111001 101111 110010

Color Harmonies of #BAB543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB543

Black with #BAB543

Text Example


Text Example

White with #BAB543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB543; }

 p { color: rgb(186,181,67); }

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

background-color css

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

 a { background-color: rgb(186,181,67); }

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

border-color css

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

 span { border-color: rgb(186,181,67); }

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