Html Css Color HEX #BCA446 Brass

📋 copy color: '#BCA446'

red 188 ◦ green 164 ◦ blue 70

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

Shades of Brass #BCA446

Tints of Brass #BCA446

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

 BLUE value IS 70 (27.73% from 255) = 16.59%

R = 44.55%
G = 38.86%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCA446 (or 0xBCA446) is known color: Brass. HEX triplet: BC, A4 and 46. RGB value is (188,164,70). Sum of RGB (Red+Green+Blue) = 188+164+70=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA446 is #435BB9. Grayscale: #A0A0A0. Windows color (decimal): -4414394 or 4629692. OLE color: 4629692.

HSL color Cylindrical-coordinate representation of color #BCA446: hue angle of 47.8º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCA446 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 164 70 -
CMYK 0 0.13 0.63 0.26
HSL 47.8º 0.47% 0.51% -
HSV(B) 47.8º 0.63% 0.74% -
XYZ 35.12 37.68 11.22 -
YUV 160.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 188 164 70 0 0.13 0.63 0.26 47.8 0.47 0.51
Hex BC A4 46 0 D 3F 1A 30 2F 33
Octal 274 244 106 0 15 77 32 60 57 63
Binary 10111100 10100100 1000110 0 1101 111111 11010 110000 101111 110011

Color Harmonies of #BCA446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA446

Black with #BCA446

Text Example


Text Example

White with #BCA446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA446; }

 p { color: rgb(188,164,70); }

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

background-color css

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

 a { background-color: rgb(188,164,70); }

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

border-color css

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

 span { border-color: rgb(188,164,70); }

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