Html Css Color HEX #BAB048 Brass

📋 copy color: '#BAB048'

red 186 ◦ green 176 ◦ blue 72

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

Shades of Brass #BAB048

Tints of Brass #BAB048

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.55%

 BLUE value IS 72 (28.52% from 255) = 16.59%

R = 42.86%
G = 40.55%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAB048 (or 0xBAB048) is known color: Brass. HEX triplet: BA, B0 and 48. RGB value is (186,176,72). Sum of RGB (Red+Green+Blue) = 186+176+72=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB048 is #454FB7. Grayscale: #A7A7A7. Windows color (decimal): -4542392 or 4763834. OLE color: 4763834.

HSL color Cylindrical-coordinate representation of color #BAB048: hue angle of 54.74º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAB048 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 176 72 -
CMYK 0 0.05 0.61 0.27
HSL 54.74º 0.45% 0.51% -
HSV(B) 54.74º 0.61% 0.73% -
XYZ 36.94 41.96 12.28 -
YUV 167.13 74.31 141.46 -
System Red Green Blue C M Y K H S L
Decimal 186 176 72 0 0.05 0.61 0.27 54.74 0.45 0.51
Hex BA B0 48 0 5 3D 1B 37 2D 33
Octal 272 260 110 0 5 75 33 67 55 63
Binary 10111010 10110000 1001000 0 101 111101 11011 110111 101101 110011

Color Harmonies of #BAB048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB048

Black with #BAB048

Text Example


Text Example

White with #BAB048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB048; }

 p { color: rgb(186,176,72); }

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

background-color css

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

 a { background-color: rgb(186,176,72); }

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

border-color css

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

 span { border-color: rgb(186,176,72); }

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