Html Css Color HEX #BAAC48 Brass

📋 copy color: '#BAAC48'

red 186 ◦ green 172 ◦ blue 72

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

Shades of Brass #BAAC48

Tints of Brass #BAAC48

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40%

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

R = 43.26%
G = 40%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAAC48 (or 0xBAAC48) is known color: Brass. HEX triplet: BA, AC and 48. RGB value is (186,172,72). Sum of RGB (Red+Green+Blue) = 186+172+72=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC48 is #4553B7. Grayscale: #A5A5A5. Windows color (decimal): -4543416 or 4762810. OLE color: 4762810.

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

Color convert

RGB 186 172 72 -
CMYK 0 0.08 0.61 0.27
HSL 52.63º 0.45% 0.51% -
HSV(B) 52.63º 0.61% 0.73% -
XYZ 36.17 40.41 12.02 -
YUV 164.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 186 172 72 0 0.08 0.61 0.27 52.63 0.45 0.51
Hex BA AC 48 0 8 3D 1B 35 2D 33
Octal 272 254 110 0 10 75 33 65 55 63
Binary 10111010 10101100 1001000 0 1000 111101 11011 110101 101101 110011

Color Harmonies of #BAAC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC48

Black with #BAAC48

Text Example


Text Example

White with #BAAC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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