Html Css Color HEX #BAB542 Brass

📋 copy color: '#BAB542'

red 186 ◦ green 181 ◦ blue 66

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

Shades of Brass #BAB542

Tints of Brass #BAB542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.24%

R = 42.96%
G = 41.8%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAB542 (or 0xBAB542) is known color: Brass. HEX triplet: BA, B5 and 42. RGB value is (186,181,66). Sum of RGB (Red+Green+Blue) = 186+181+66=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB542 is #454ABD. Grayscale: #A9A9A9. Windows color (decimal): -4541118 or 4371898. OLE color: 4371898.

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

Color convert

RGB 186 181 66 -
CMYK 0 0.03 0.65 0.27
HSL 57.5º 0.48% 0.49% -
HSV(B) 57.5º 0.65% 0.73% -
XYZ 37.76 43.88 11.63 -
YUV 169.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 186 181 66 0 0.03 0.65 0.27 57.5 0.48 0.49
Hex BA B5 42 0 3 41 1B 3A 30 31
Octal 272 265 102 0 3 101 33 72 60 61
Binary 10111010 10110101 1000010 0 11 1000001 11011 111010 110000 110001

Color Harmonies of #BAB542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB542

Black with #BAB542

Text Example


Text Example

White with #BAB542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB542; }

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

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

background-color css

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

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

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

border-color css

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

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

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