Html Css Color HEX #BCA247 Brass

📋 copy color: '#BCA247'

red 188 ◦ green 162 ◦ blue 71

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

Shades of Brass #BCA247

Tints of Brass #BCA247

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.48%

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

R = 44.66%
G = 38.48%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCA247 (or 0xBCA247) is known color: Brass. HEX triplet: BC, A2 and 47. RGB value is (188,162,71). Sum of RGB (Red+Green+Blue) = 188+162+71=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA247 is #435DB8. Grayscale: #9F9F9F. Windows color (decimal): -4414905 or 4694716. OLE color: 4694716.

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

Color convert

RGB 188 162 71 -
CMYK 0 0.14 0.62 0.26
HSL 46.67º 0.47% 0.51% -
HSV(B) 46.67º 0.62% 0.74% -
XYZ 34.8 36.99 11.27 -
YUV 159.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 188 162 71 0 0.14 0.62 0.26 46.67 0.47 0.51
Hex BC A2 47 0 E 3E 1A 2F 2F 33
Octal 274 242 107 0 16 76 32 57 57 63
Binary 10111100 10100010 1000111 0 1110 111110 11010 101111 101111 110011

Color Harmonies of #BCA247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA247

Black with #BCA247

Text Example


Text Example

White with #BCA247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA247; }

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

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

background-color css

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

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

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

border-color css

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

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

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