Html Css Color HEX #BCA540 Brass

📋 copy color: '#BCA540'

red 188 ◦ green 165 ◦ blue 64

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

Shades of Brass #BCA540

Tints of Brass #BCA540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

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

R = 45.08%
G = 39.57%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCA540 (or 0xBCA540) is known color: Brass. HEX triplet: BC, A5 and 40. RGB value is (188,165,64). Sum of RGB (Red+Green+Blue) = 188+165+64=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA540 is #435ABF. Grayscale: #A0A0A0. Windows color (decimal): -4414144 or 4236732. OLE color: 4236732.

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

Color convert

RGB 188 165 64 -
CMYK 0 0.12 0.66 0.26
HSL 48.87º 0.49% 0.49% -
HSV(B) 48.87º 0.66% 0.74% -
XYZ 35.12 37.97 10.33 -
YUV 160.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 188 165 64 0 0.12 0.66 0.26 48.87 0.49 0.49
Hex BC A5 40 0 C 42 1A 31 31 31
Octal 274 245 100 0 14 102 32 61 61 61
Binary 10111100 10100101 1000000 0 1100 1000010 11010 110001 110001 110001

Color Harmonies of #BCA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA540

Black with #BCA540

Text Example


Text Example

White with #BCA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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