Html Css Color HEX #BCA343 Brass

📋 copy color: '#BCA343'

red 188 ◦ green 163 ◦ blue 67

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

Shades of Brass #BCA343

Tints of Brass #BCA343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.03%

R = 44.98%
G = 39%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BCA343 (or 0xBCA343) is known color: Brass. HEX triplet: BC, A3 and 43. RGB value is (188,163,67). Sum of RGB (Red+Green+Blue) = 188+163+67=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA343 is #435CBC. Grayscale: #9F9F9F. Windows color (decimal): -4414653 or 4432828. OLE color: 4432828.

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

Color convert

RGB 188 163 67 -
CMYK 0 0.13 0.64 0.26
HSL 47.6º 0.47% 0.5% -
HSV(B) 47.6º 0.64% 0.74% -
XYZ 34.85 37.29 10.67 -
YUV 159.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 188 163 67 0 0.13 0.64 0.26 47.6 0.47 0.5
Hex BC A3 43 0 D 40 1A 30 2F 32
Octal 274 243 103 0 15 100 32 60 57 62
Binary 10111100 10100011 1000011 0 1101 1000000 11010 110000 101111 110010

Color Harmonies of #BCA343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA343

Black with #BCA343

Text Example


Text Example

White with #BCA343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA343; }

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

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

background-color css

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

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

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

border-color css

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

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

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