Html Css Color HEX #BCAE36 Brass

📋 copy color: '#BCAE36'

red 188 ◦ green 174 ◦ blue 54

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

Shades of Brass #BCAE36

Tints of Brass #BCAE36

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.83%

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

R = 45.19%
G = 41.83%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCAE36 (or 0xBCAE36) is known color: Brass. HEX triplet: BC, AE and 36. RGB value is (188,174,54). Sum of RGB (Red+Green+Blue) = 188+174+54=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE36 is #4351C9. Grayscale: #A5A5A5. Windows color (decimal): -4411850 or 3583676. OLE color: 3583676.

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

Color convert

RGB 188 174 54 -
CMYK 0 0.07 0.71 0.26
HSL 53.73º 0.55% 0.47% -
HSV(B) 53.73º 0.71% 0.74% -
XYZ 36.54 41.23 9.52 -
YUV 164.51 65.64 144.76 -
System Red Green Blue C M Y K H S L
Decimal 188 174 54 0 0.07 0.71 0.26 53.73 0.55 0.47
Hex BC AE 36 0 7 47 1A 36 37 2F
Octal 274 256 66 0 7 107 32 66 67 57
Binary 10111100 10101110 110110 0 111 1000111 11010 110110 110111 101111

Color Harmonies of #BCAE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE36

Black with #BCAE36

Text Example


Text Example

White with #BCAE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE36; }

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

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

background-color css

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

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

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

border-color css

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

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

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