Html Css Color HEX #BCAC36 Brass

📋 copy color: '#BCAC36'

red 188 ◦ green 172 ◦ blue 54

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

Shades of Brass #BCAC36

Tints of Brass #BCAC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.04%

R = 45.41%
G = 41.55%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCAC36 (or 0xBCAC36) is known color: Brass. HEX triplet: BC, AC and 36. RGB value is (188,172,54). Sum of RGB (Red+Green+Blue) = 188+172+54=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 54 (21.48% from 255 or 13.04% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC36 is #4353C9. Grayscale: #A3A3A3. Windows color (decimal): -4412362 or 3583164. OLE color: 3583164.

HSL color Cylindrical-coordinate representation of color #BCAC36: hue angle of 52.84º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCAC36 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 172 54 -
CMYK 0 0.09 0.71 0.26
HSL 52.84º 0.55% 0.47% -
HSV(B) 52.84º 0.71% 0.74% -
XYZ 36.16 40.46 9.39 -
YUV 163.33 66.3 145.59 -
System Red Green Blue C M Y K H S L
Decimal 188 172 54 0 0.09 0.71 0.26 52.84 0.55 0.47
Hex BC AC 36 0 9 47 1A 35 37 2F
Octal 274 254 66 0 11 107 32 65 67 57
Binary 10111100 10101100 110110 0 1001 1000111 11010 110101 110111 101111

Color Harmonies of #BCAC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC36

Black with #BCAC36

Text Example


Text Example

White with #BCAC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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