Html Css Color HEX #BAB248 Brass

📋 copy color: '#BAB248'

red 186 ◦ green 178 ◦ blue 72

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

Shades of Brass #BAB248

Tints of Brass #BAB248

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.83%

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

R = 42.66%
G = 40.83%
B = 16.51%

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

#BAB248 (or 0xBAB248) is known color: Brass. HEX triplet: BA, B2 and 48. RGB value is (186,178,72). Sum of RGB (Red+Green+Blue) = 186+178+72=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB248 is #454DB7. Grayscale: #A8A8A8. Windows color (decimal): -4541880 or 4764346. OLE color: 4764346.

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

Color convert

RGB 186 178 72 -
CMYK 0 0.04 0.61 0.27
HSL 55.79º 0.45% 0.51% -
HSV(B) 55.79º 0.61% 0.73% -
XYZ 37.34 42.75 12.41 -
YUV 168.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 186 178 72 0 0.04 0.61 0.27 55.79 0.45 0.51
Hex BA B2 48 0 4 3D 1B 38 2D 33
Octal 272 262 110 0 4 75 33 70 55 63
Binary 10111010 10110010 1001000 0 100 111101 11011 111000 101101 110011

Color Harmonies of #BAB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB248

Black with #BAB248

Text Example


Text Example

White with #BAB248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB248; }

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

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

background-color css

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

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

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

border-color css

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

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

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