Html Css Color HEX #BCA647 Brass

📋 copy color: '#BCA647'

red 188 ◦ green 166 ◦ blue 71

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

Shades of Brass #BCA647

Tints of Brass #BCA647

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

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

R = 44.24%
G = 39.06%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCA647 (or 0xBCA647) is known color: Brass. HEX triplet: BC, A6 and 47. RGB value is (188,166,71). Sum of RGB (Red+Green+Blue) = 188+166+71=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA647 is #4359B8. Grayscale: #A2A2A2. Windows color (decimal): -4413881 or 4695740. OLE color: 4695740.

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

Color convert

RGB 188 166 71 -
CMYK 0 0.12 0.62 0.26
HSL 48.72º 0.47% 0.51% -
HSV(B) 48.72º 0.62% 0.74% -
XYZ 35.51 38.42 11.51 -
YUV 161.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 188 166 71 0 0.12 0.62 0.26 48.72 0.47 0.51
Hex BC A6 47 0 C 3E 1A 31 2F 33
Octal 274 246 107 0 14 76 32 61 57 63
Binary 10111100 10100110 1000111 0 1100 111110 11010 110001 101111 110011

Color Harmonies of #BCA647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA647

Black with #BCA647

Text Example


Text Example

White with #BCA647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA647; }

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

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

background-color css

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

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

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

border-color css

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

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

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