Html Css Color HEX #BCA142 Brass

📋 copy color: '#BCA142'

red 188 ◦ green 161 ◦ blue 66

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

Shades of Brass #BCA142

Tints of Brass #BCA142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.9%

R = 45.3%
G = 38.8%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCA142 (or 0xBCA142) is known color: Brass. HEX triplet: BC, A1 and 42. RGB value is (188,161,66). Sum of RGB (Red+Green+Blue) = 188+161+66=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA142 is #435EBD. Grayscale: #9E9E9E. Windows color (decimal): -4415166 or 4366780. OLE color: 4366780.

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

Color convert

RGB 188 161 66 -
CMYK 0 0.14 0.65 0.26
HSL 46.72º 0.48% 0.5% -
HSV(B) 46.72º 0.65% 0.74% -
XYZ 34.47 36.57 10.4 -
YUV 158.24 75.95 149.22 -
System Red Green Blue C M Y K H S L
Decimal 188 161 66 0 0.14 0.65 0.26 46.72 0.48 0.5
Hex BC A1 42 0 E 41 1A 2F 30 32
Octal 274 241 102 0 16 101 32 57 60 62
Binary 10111100 10100001 1000010 0 1110 1000001 11010 101111 110000 110010

Color Harmonies of #BCA142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA142

Black with #BCA142

Text Example


Text Example

White with #BCA142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA142; }

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

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

background-color css

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

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

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

border-color css

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

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

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