Html Css Color HEX #BCAA40 Brass

📋 copy color: '#BCAA40'

red 188 ◦ green 170 ◦ blue 64

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

Shades of Brass #BCAA40

Tints of Brass #BCAA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.17%

R = 44.55%
G = 40.28%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCAA40 (or 0xBCAA40) is known color: Brass. HEX triplet: BC, AA and 40. RGB value is (188,170,64). Sum of RGB (Red+Green+Blue) = 188+170+64=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA40 is #4355BF. Grayscale: #A3A3A3. Windows color (decimal): -4412864 or 4238012. OLE color: 4238012.

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

Color convert

RGB 188 170 64 -
CMYK 0 0.10 0.66 0.26
HSL 51.29º 0.49% 0.49% -
HSV(B) 51.29º 0.66% 0.74% -
XYZ 36.04 39.81 10.64 -
YUV 163.3 71.96 145.62 -
System Red Green Blue C M Y K H S L
Decimal 188 170 64 0 0.10 0.66 0.26 51.29 0.49 0.49
Hex BC AA 40 0 A 42 1A 33 31 31
Octal 274 252 100 0 12 102 32 63 61 61
Binary 10111100 10101010 1000000 0 1010 1000010 11010 110011 110001 110001

Color Harmonies of #BCAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA40

Black with #BCAA40

Text Example


Text Example

White with #BCAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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