Html Css Color HEX #BCAA48 Brass

📋 copy color: '#BCAA48'

red 188 ◦ green 170 ◦ blue 72

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

Shades of Brass #BCAA48

Tints of Brass #BCAA48

RGB

 RED value IS 188 (73.83% from 255) = 43.72%

 GREEN value IS 170 (66.8% from 255) = 39.53%

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

R = 43.72%
G = 39.53%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCAA48 (or 0xBCAA48) is known color: Brass. HEX triplet: BC, AA and 48. RGB value is (188,170,72). Sum of RGB (Red+Green+Blue) = 188+170+72=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA48 is #4355B7. Grayscale: #A4A4A4. Windows color (decimal): -4412856 or 4762300. OLE color: 4762300.

HSL color Cylindrical-coordinate representation of color #BCAA48: hue angle of 50.69º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCAA48 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 72 -
CMYK 0 0.10 0.62 0.26
HSL 50.69º 0.46% 0.51% -
HSV(B) 50.69º 0.62% 0.74% -
XYZ 36.28 39.91 11.92 -
YUV 164.21 75.96 144.97 -
System Red Green Blue C M Y K H S L
Decimal 188 170 72 0 0.10 0.62 0.26 50.69 0.46 0.51
Hex BC AA 48 0 A 3E 1A 33 2E 33
Octal 274 252 110 0 12 76 32 63 56 63
Binary 10111100 10101010 1001000 0 1010 111110 11010 110011 101110 110011

Color Harmonies of #BCAA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA48

Black with #BCAA48

Text Example


Text Example

White with #BCAA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA48; }

 p { color: rgb(188,170,72); }

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

background-color css

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

 a { background-color: rgb(188,170,72); }

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

border-color css

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

 span { border-color: rgb(188,170,72); }

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