Html Css Color HEX #BCA140 Brass

📋 copy color: '#BCA140'

red 188 ◦ green 161 ◦ blue 64

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

Shades of Brass #BCA140

Tints of Brass #BCA140

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.98%

 BLUE value IS 64 (25.39% from 255) = 15.5%

R = 45.52%
G = 38.98%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCA140 (or 0xBCA140) is known color: Brass. HEX triplet: BC, A1 and 40. RGB value is (188,161,64). Sum of RGB (Red+Green+Blue) = 188+161+64=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA140 is #435EBF. Grayscale: #9E9E9E. Windows color (decimal): -4415168 or 4235708. OLE color: 4235708.

HSL color Cylindrical-coordinate representation of color #BCA140: hue angle of 46.94º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCA140 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 161 64 -
CMYK 0 0.14 0.66 0.26
HSL 46.94º 0.49% 0.49% -
HSV(B) 46.94º 0.66% 0.74% -
XYZ 34.41 36.55 10.09 -
YUV 158.02 74.95 149.39 -
System Red Green Blue C M Y K H S L
Decimal 188 161 64 0 0.14 0.66 0.26 46.94 0.49 0.49
Hex BC A1 40 0 E 42 1A 2F 31 31
Octal 274 241 100 0 16 102 32 57 61 61
Binary 10111100 10100001 1000000 0 1110 1000010 11010 101111 110001 110001

Color Harmonies of #BCA140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA140

Black with #BCA140

Text Example


Text Example

White with #BCA140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA140; }

 p { color: rgb(188,161,64); }

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

background-color css

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

 a { background-color: rgb(188,161,64); }

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

border-color css

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

 span { border-color: rgb(188,161,64); }

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