Html Css Color HEX #BCAC40 Brass

📋 copy color: '#BCAC40'

red 188 ◦ green 172 ◦ blue 64

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

Shades of Brass #BCAC40

Tints of Brass #BCAC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.57%

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

R = 44.34%
G = 40.57%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCAC40 (or 0xBCAC40) is known color: Brass. HEX triplet: BC, AC and 40. RGB value is (188,172,64). Sum of RGB (Red+Green+Blue) = 188+172+64=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC40 is #4353BF. Grayscale: #A4A4A4. Windows color (decimal): -4412352 or 4238524. OLE color: 4238524.

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

Color convert

RGB 188 172 64 -
CMYK 0 0.09 0.66 0.26
HSL 52.26º 0.49% 0.49% -
HSV(B) 52.26º 0.66% 0.74% -
XYZ 36.42 40.57 10.76 -
YUV 164.47 71.3 144.78 -
System Red Green Blue C M Y K H S L
Decimal 188 172 64 0 0.09 0.66 0.26 52.26 0.49 0.49
Hex BC AC 40 0 9 42 1A 34 31 31
Octal 274 254 100 0 11 102 32 64 61 61
Binary 10111100 10101100 1000000 0 1001 1000010 11010 110100 110001 110001

Color Harmonies of #BCAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC40

Black with #BCAC40

Text Example


Text Example

White with #BCAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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