Html Css Color HEX #BCA342 Brass

📋 copy color: '#BCA342'

red 188 ◦ green 163 ◦ blue 66

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

Shades of Brass #BCA342

Tints of Brass #BCA342

RGB

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

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

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

R = 45.08%
G = 39.09%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCA342 (or 0xBCA342) is known color: Brass. HEX triplet: BC, A3 and 42. RGB value is (188,163,66). Sum of RGB (Red+Green+Blue) = 188+163+66=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA342 is #435CBD. Grayscale: #9F9F9F. Windows color (decimal): -4414654 or 4367292. OLE color: 4367292.

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

Color convert

RGB 188 163 66 -
CMYK 0 0.13 0.65 0.26
HSL 47.7º 0.48% 0.5% -
HSV(B) 47.7º 0.65% 0.74% -
XYZ 34.82 37.28 10.51 -
YUV 159.42 75.28 148.39 -
System Red Green Blue C M Y K H S L
Decimal 188 163 66 0 0.13 0.65 0.26 47.7 0.48 0.5
Hex BC A3 42 0 D 41 1A 30 30 32
Octal 274 243 102 0 15 101 32 60 60 62
Binary 10111100 10100011 1000010 0 1101 1000001 11010 110000 110000 110010

Color Harmonies of #BCA342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA342

Black with #BCA342

Text Example


Text Example

White with #BCA342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA342; }

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

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

background-color css

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

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

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

border-color css

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

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

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