Html Css Color HEX #BCA340 Brass

📋 copy color: '#BCA340'

red 188 ◦ green 163 ◦ blue 64

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

Shades of Brass #BCA340

Tints of Brass #BCA340

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

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

R = 45.3%
G = 39.28%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCA340 (or 0xBCA340) is known color: Brass. HEX triplet: BC, A3 and 40. RGB value is (188,163,64). Sum of RGB (Red+Green+Blue) = 188+163+64=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA340 is #435CBF. Grayscale: #9F9F9F. Windows color (decimal): -4414656 or 4236220. OLE color: 4236220.

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

Color convert

RGB 188 163 64 -
CMYK 0 0.13 0.66 0.26
HSL 47.9º 0.49% 0.49% -
HSV(B) 47.9º 0.66% 0.74% -
XYZ 34.76 37.26 10.21 -
YUV 159.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 188 163 64 0 0.13 0.66 0.26 47.9 0.49 0.49
Hex BC A3 40 0 D 42 1A 30 31 31
Octal 274 243 100 0 15 102 32 60 61 61
Binary 10111100 10100011 1000000 0 1101 1000010 11010 110000 110001 110001

Color Harmonies of #BCA340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA340

Black with #BCA340

Text Example


Text Example

White with #BCA340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA340; }

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

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

background-color css

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

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

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

border-color css

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

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

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