Html Css Color HEX #BCAC48 Brass

📋 copy color: '#BCAC48'

red 188 ◦ green 172 ◦ blue 72

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

Shades of Brass #BCAC48

Tints of Brass #BCAC48

RGB

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

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

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

R = 43.52%
G = 39.81%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCAC48 (or 0xBCAC48) is known color: Brass. HEX triplet: BC, AC and 48. RGB value is (188,172,72). Sum of RGB (Red+Green+Blue) = 188+172+72=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC48 is #4353B7. Grayscale: #A5A5A5. Windows color (decimal): -4412344 or 4762812. OLE color: 4762812.

HSL color Cylindrical-coordinate representation of color #BCAC48: hue angle of 51.72º 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 #BCAC48 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 172 72 -
CMYK 0 0.09 0.62 0.26
HSL 51.72º 0.46% 0.51% -
HSV(B) 51.72º 0.62% 0.74% -
XYZ 36.66 40.66 12.05 -
YUV 165.38 75.3 144.13 -
System Red Green Blue C M Y K H S L
Decimal 188 172 72 0 0.09 0.62 0.26 51.72 0.46 0.51
Hex BC AC 48 0 9 3E 1A 34 2E 33
Octal 274 254 110 0 11 76 32 64 56 63
Binary 10111100 10101100 1001000 0 1001 111110 11010 110100 101110 110011

Color Harmonies of #BCAC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC48

Black with #BCAC48

Text Example


Text Example

White with #BCAC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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