Html Css Color HEX #BAB348 Brass

📋 copy color: '#BAB348'

red 186 ◦ green 179 ◦ blue 72

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

Shades of Brass #BAB348

Tints of Brass #BAB348

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.96%

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

R = 42.56%
G = 40.96%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAB348 (or 0xBAB348) is known color: Brass. HEX triplet: BA, B3 and 48. RGB value is (186,179,72). Sum of RGB (Red+Green+Blue) = 186+179+72=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB348 is #454CB7. Grayscale: #A9A9A9. Windows color (decimal): -4541624 or 4764602. OLE color: 4764602.

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

Color convert

RGB 186 179 72 -
CMYK 0 0.04 0.61 0.27
HSL 56.32º 0.45% 0.51% -
HSV(B) 56.32º 0.61% 0.73% -
XYZ 37.54 43.15 12.48 -
YUV 168.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 186 179 72 0 0.04 0.61 0.27 56.32 0.45 0.51
Hex BA B3 48 0 4 3D 1B 38 2D 33
Octal 272 263 110 0 4 75 33 70 55 63
Binary 10111010 10110011 1001000 0 100 111101 11011 111000 101101 110011

Color Harmonies of #BAB348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB348

Black with #BAB348

Text Example


Text Example

White with #BAB348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB348; }

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

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

background-color css

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

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

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

border-color css

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

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

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