Html Css Color HEX #BCAA47 Brass

📋 copy color: '#BCAA47'

red 188 ◦ green 170 ◦ blue 71

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

Shades of Brass #BCAA47

Tints of Brass #BCAA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.55%

R = 43.82%
G = 39.63%
B = 16.55%

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

#BCAA47 (or 0xBCAA47) is known color: Brass. HEX triplet: BC, AA and 47. RGB value is (188,170,71). Sum of RGB (Red+Green+Blue) = 188+170+71=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA47 is #4355B8. Grayscale: #A4A4A4. Windows color (decimal): -4412857 or 4696764. OLE color: 4696764.

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

Color convert

RGB 188 170 71 -
CMYK 0 0.10 0.62 0.26
HSL 50.77º 0.47% 0.51% -
HSV(B) 50.77º 0.62% 0.74% -
XYZ 36.25 39.9 11.75 -
YUV 164.1 75.46 145.05 -
System Red Green Blue C M Y K H S L
Decimal 188 170 71 0 0.10 0.62 0.26 50.77 0.47 0.51
Hex BC AA 47 0 A 3E 1A 33 2F 33
Octal 274 252 107 0 12 76 32 63 57 63
Binary 10111100 10101010 1000111 0 1010 111110 11010 110011 101111 110011

Color Harmonies of #BCAA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA47

Black with #BCAA47

Text Example


Text Example

White with #BCAA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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