Html Css Color HEX #BCA940 Brass

📋 copy color: '#BCA940'

red 188 ◦ green 169 ◦ blue 64

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

Shades of Brass #BCA940

Tints of Brass #BCA940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.14%

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

R = 44.66%
G = 40.14%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCA940 (or 0xBCA940) is known color: Brass. HEX triplet: BC, A9 and 40. RGB value is (188,169,64). Sum of RGB (Red+Green+Blue) = 188+169+64=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA940 is #4356BF. Grayscale: #A3A3A3. Windows color (decimal): -4413120 or 4237756. OLE color: 4237756.

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

Color convert

RGB 188 169 64 -
CMYK 0 0.10 0.66 0.26
HSL 50.81º 0.49% 0.49% -
HSV(B) 50.81º 0.66% 0.74% -
XYZ 35.85 39.44 10.57 -
YUV 162.71 72.29 146.04 -
System Red Green Blue C M Y K H S L
Decimal 188 169 64 0 0.10 0.66 0.26 50.81 0.49 0.49
Hex BC A9 40 0 A 42 1A 33 31 31
Octal 274 251 100 0 12 102 32 63 61 61
Binary 10111100 10101001 1000000 0 1010 1000010 11010 110011 110001 110001

Color Harmonies of #BCA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA940

Black with #BCA940

Text Example


Text Example

White with #BCA940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA940; }

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

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

background-color css

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

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

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

border-color css

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

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

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