Html Css Color HEX #BCAC41 Brass

📋 copy color: '#BCAC41'

red 188 ◦ green 172 ◦ blue 65

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

Shades of Brass #BCAC41

Tints of Brass #BCAC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.29%

R = 44.24%
G = 40.47%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCAC41 (or 0xBCAC41) is known color: Brass. HEX triplet: BC, AC and 41. RGB value is (188,172,65). Sum of RGB (Red+Green+Blue) = 188+172+65=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC41 is #4353BE. Grayscale: #A5A5A5. Windows color (decimal): -4412351 or 4304060. OLE color: 4304060.

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

Color convert

RGB 188 172 65 -
CMYK 0 0.09 0.65 0.26
HSL 52.2º 0.49% 0.5% -
HSV(B) 52.2º 0.65% 0.74% -
XYZ 36.45 40.58 10.91 -
YUV 164.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 188 172 65 0 0.09 0.65 0.26 52.2 0.49 0.5
Hex BC AC 41 0 9 41 1A 34 31 32
Octal 274 254 101 0 11 101 32 64 61 62
Binary 10111100 10101100 1000001 0 1001 1000001 11010 110100 110001 110010

Color Harmonies of #BCAC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC41

Black with #BCAC41

Text Example


Text Example

White with #BCAC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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