Html Css Color HEX #BCA440 Brass

📋 copy color: '#BCA440'

red 188 ◦ green 164 ◦ blue 64

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

Shades of Brass #BCA440

Tints of Brass #BCA440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.38%

R = 45.19%
G = 39.42%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCA440 (or 0xBCA440) is known color: Brass. HEX triplet: BC, A4 and 40. RGB value is (188,164,64). Sum of RGB (Red+Green+Blue) = 188+164+64=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA440 is #435BBF. Grayscale: #A0A0A0. Windows color (decimal): -4414400 or 4236476. OLE color: 4236476.

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

Color convert

RGB 188 164 64 -
CMYK 0 0.13 0.66 0.26
HSL 48.39º 0.49% 0.49% -
HSV(B) 48.39º 0.66% 0.74% -
XYZ 34.94 37.61 10.27 -
YUV 159.78 73.95 148.13 -
System Red Green Blue C M Y K H S L
Decimal 188 164 64 0 0.13 0.66 0.26 48.39 0.49 0.49
Hex BC A4 40 0 D 42 1A 30 31 31
Octal 274 244 100 0 15 102 32 60 61 61
Binary 10111100 10100100 1000000 0 1101 1000010 11010 110000 110001 110001

Color Harmonies of #BCA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA440

Black with #BCA440

Text Example


Text Example

White with #BCA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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