Html Css Color HEX #BCA039 Brass

📋 copy color: '#BCA039'

red 188 ◦ green 160 ◦ blue 57

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

Shades of Brass #BCA039

Tints of Brass #BCA039

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.51%

 BLUE value IS 57 (22.66% from 255) = 14.07%

R = 46.42%
G = 39.51%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BCA039 (or 0xBCA039) is known color: Brass. HEX triplet: BC, A0 and 39. RGB value is (188,160,57). Sum of RGB (Red+Green+Blue) = 188+160+57=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 57 (22.66% from 255 or 14.07% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA039 is #435FC6. Grayscale: #9D9D9D. Windows color (decimal): -4415431 or 3776700. OLE color: 3776700.

HSL color Cylindrical-coordinate representation of color #BCA039: hue angle of 47.18º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCA039 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 57 -
CMYK 0 0.15 0.70 0.26
HSL 47.18º 0.53% 0.48% -
HSV(B) 47.18º 0.7% 0.74% -
XYZ 34.05 36.13 9.05 -
YUV 156.63 71.78 150.38 -
System Red Green Blue C M Y K H S L
Decimal 188 160 57 0 0.15 0.70 0.26 47.18 0.53 0.48
Hex BC A0 39 0 F 46 1A 2F 35 30
Octal 274 240 71 0 17 106 32 57 65 60
Binary 10111100 10100000 111001 0 1111 1000110 11010 101111 110101 110000

Color Harmonies of #BCA039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA039

Black with #BCA039

Text Example


Text Example

White with #BCA039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA039; }

 p { color: rgb(188,160,57); }

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

background-color css

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

 a { background-color: rgb(188,160,57); }

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

border-color css

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

 span { border-color: rgb(188,160,57); }

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