Html Css Color HEX #BCA442 Brass

📋 copy color: '#BCA442'

red 188 ◦ green 164 ◦ blue 66

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

Shades of Brass #BCA442

Tints of Brass #BCA442

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.23%

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

R = 44.98%
G = 39.23%
B = 15.79%

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

#BCA442 (or 0xBCA442) is known color: Brass. HEX triplet: BC, A4 and 42. RGB value is (188,164,66). Sum of RGB (Red+Green+Blue) = 188+164+66=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA442 is #435BBD. Grayscale: #A0A0A0. Windows color (decimal): -4414398 or 4367548. OLE color: 4367548.

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

Color convert

RGB 188 164 66 -
CMYK 0 0.13 0.65 0.26
HSL 48.2º 0.48% 0.5% -
HSV(B) 48.2º 0.65% 0.74% -
XYZ 35 37.64 10.57 -
YUV 160 74.95 147.97 -
System Red Green Blue C M Y K H S L
Decimal 188 164 66 0 0.13 0.65 0.26 48.2 0.48 0.5
Hex BC A4 42 0 D 41 1A 30 30 32
Octal 274 244 102 0 15 101 32 60 60 62
Binary 10111100 10100100 1000010 0 1101 1000001 11010 110000 110000 110010

Color Harmonies of #BCA442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA442

Black with #BCA442

Text Example


Text Example

White with #BCA442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA442; }

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

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

background-color css

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

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

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

border-color css

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

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

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