Html Css Color HEX #BCAA3C Brass

📋 copy color: '#BCAA3C'

red 188 ◦ green 170 ◦ blue 60

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

Shades of Brass #BCAA3C

Tints of Brass #BCAA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.35%

R = 44.98%
G = 40.67%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BCAA3C (or 0xBCAA3C) is known color: Brass. HEX triplet: BC, AA and 3C. RGB value is (188,170,60). Sum of RGB (Red+Green+Blue) = 188+170+60=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA3C is #4355C3. Grayscale: #A3A3A3. Windows color (decimal): -4412868 or 3975868. OLE color: 3975868.

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

Color convert

RGB 188 170 60 -
CMYK 0 0.10 0.68 0.26
HSL 51.56º 0.52% 0.49% -
HSV(B) 51.56º 0.68% 0.74% -
XYZ 35.93 39.77 10.06 -
YUV 162.84 69.96 145.94 -
System Red Green Blue C M Y K H S L
Decimal 188 170 60 0 0.10 0.68 0.26 51.56 0.52 0.49
Hex BC AA 3C 0 A 44 1A 34 34 31
Octal 274 252 74 0 12 104 32 64 64 61
Binary 10111100 10101010 111100 0 1010 1000100 11010 110100 110100 110001

Color Harmonies of #BCAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA3C

Black with #BCAA3C

Text Example


Text Example

White with #BCAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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