Html Css Color HEX #BCAC3A Brass

📋 copy color: '#BCAC3A'

red 188 ◦ green 172 ◦ blue 58

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

Shades of Brass #BCAC3A

Tints of Brass #BCAC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.88%

R = 44.98%
G = 41.15%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BCAC3A (or 0xBCAC3A) is known color: Brass. HEX triplet: BC, AC and 3A. RGB value is (188,172,58). Sum of RGB (Red+Green+Blue) = 188+172+58=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC3A is #4353C5. Grayscale: #A4A4A4. Windows color (decimal): -4412358 or 3845308. OLE color: 3845308.

HSL color Cylindrical-coordinate representation of color #BCAC3A: hue angle of 52.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCAC3A is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 172 58 -
CMYK 0 0.09 0.69 0.26
HSL 52.62º 0.53% 0.48% -
HSV(B) 52.62º 0.69% 0.74% -
XYZ 36.26 40.5 9.91 -
YUV 163.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 188 172 58 0 0.09 0.69 0.26 52.62 0.53 0.48
Hex BC AC 3A 0 9 45 1A 35 35 30
Octal 274 254 72 0 11 105 32 65 65 60
Binary 10111100 10101100 111010 0 1001 1000101 11010 110101 110101 110000

Color Harmonies of #BCAC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC3A

Black with #BCAC3A

Text Example


Text Example

White with #BCAC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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