Html Css Color HEX #BCA747 Brass

📋 copy color: '#BCA747'

red 188 ◦ green 167 ◦ blue 71

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

Shades of Brass #BCA747

Tints of Brass #BCA747

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.2%

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

R = 44.13%
G = 39.2%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCA747 (or 0xBCA747) is known color: Brass. HEX triplet: BC, A7 and 47. RGB value is (188,167,71). Sum of RGB (Red+Green+Blue) = 188+167+71=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA747 is #4358B8. Grayscale: #A2A2A2. Windows color (decimal): -4413625 or 4695996. OLE color: 4695996.

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

Color convert

RGB 188 167 71 -
CMYK 0 0.11 0.62 0.26
HSL 49.23º 0.47% 0.51% -
HSV(B) 49.23º 0.62% 0.74% -
XYZ 35.7 38.78 11.57 -
YUV 162.34 76.46 146.31 -
System Red Green Blue C M Y K H S L
Decimal 188 167 71 0 0.11 0.62 0.26 49.23 0.47 0.51
Hex BC A7 47 0 B 3E 1A 31 2F 33
Octal 274 247 107 0 13 76 32 61 57 63
Binary 10111100 10100111 1000111 0 1011 111110 11010 110001 101111 110011

Color Harmonies of #BCA747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA747

Black with #BCA747

Text Example


Text Example

White with #BCA747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA747; }

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

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

background-color css

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

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

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

border-color css

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

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

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