Html Css Color HEX #BCA346 Brass

📋 copy color: '#BCA346'

red 188 ◦ green 163 ◦ blue 70

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

Shades of Brass #BCA346

Tints of Brass #BCA346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.63%

R = 44.66%
G = 38.72%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCA346 (or 0xBCA346) is known color: Brass. HEX triplet: BC, A3 and 46. RGB value is (188,163,70). Sum of RGB (Red+Green+Blue) = 188+163+70=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA346 is #435CB9. Grayscale: #A0A0A0. Windows color (decimal): -4414650 or 4629436. OLE color: 4629436.

HSL color Cylindrical-coordinate representation of color #BCA346: hue angle of 47.29º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCA346 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 70 -
CMYK 0 0.13 0.63 0.26
HSL 47.29º 0.47% 0.51% -
HSV(B) 47.29º 0.63% 0.74% -
XYZ 34.94 37.33 11.16 -
YUV 159.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 188 163 70 0 0.13 0.63 0.26 47.29 0.47 0.51
Hex BC A3 46 0 D 3F 1A 2F 2F 33
Octal 274 243 106 0 15 77 32 57 57 63
Binary 10111100 10100011 1000110 0 1101 111111 11010 101111 101111 110011

Color Harmonies of #BCA346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA346

Black with #BCA346

Text Example


Text Example

White with #BCA346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA346; }

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

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

background-color css

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

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

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

border-color css

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

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

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