Html Css Color HEX #BCA741 Brass

📋 copy color: '#BCA741'

red 188 ◦ green 167 ◦ blue 65

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

Shades of Brass #BCA741

Tints of Brass #BCA741

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.76%

 BLUE value IS 65 (25.78% from 255) = 15.48%

R = 44.76%
G = 39.76%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCA741 (or 0xBCA741) is known color: Brass. HEX triplet: BC, A7 and 41. RGB value is (188,167,65). Sum of RGB (Red+Green+Blue) = 188+167+65=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA741 is #4358BE. Grayscale: #A2A2A2. Windows color (decimal): -4413631 or 4302780. OLE color: 4302780.

HSL color Cylindrical-coordinate representation of color #BCA741: hue angle of 49.76º degrees, saturation: 0.49, 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 #BCA741 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 167 65 -
CMYK 0 0.11 0.65 0.26
HSL 49.76º 0.49% 0.5% -
HSV(B) 49.76º 0.65% 0.74% -
XYZ 35.51 38.71 10.6 -
YUV 161.65 73.46 146.79 -
System Red Green Blue C M Y K H S L
Decimal 188 167 65 0 0.11 0.65 0.26 49.76 0.49 0.5
Hex BC A7 41 0 B 41 1A 32 31 32
Octal 274 247 101 0 13 101 32 62 61 62
Binary 10111100 10100111 1000001 0 1011 1000001 11010 110010 110001 110010

Color Harmonies of #BCA741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA741

Black with #BCA741

Text Example


Text Example

White with #BCA741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA741; }

 p { color: rgb(188,167,65); }

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

background-color css

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

 a { background-color: rgb(188,167,65); }

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

border-color css

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

 span { border-color: rgb(188,167,65); }

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