Html Css Color HEX #BCAE40 Brass

📋 copy color: '#BCAE40'

red 188 ◦ green 174 ◦ blue 64

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

Shades of Brass #BCAE40

Tints of Brass #BCAE40

RGB

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

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

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

R = 44.13%
G = 40.85%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCAE40 (or 0xBCAE40) is known color: Brass. HEX triplet: BC, AE and 40. RGB value is (188,174,64). Sum of RGB (Red+Green+Blue) = 188+174+64=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE40 is #4351BF. Grayscale: #A6A6A6. Windows color (decimal): -4411840 or 4239036. OLE color: 4239036.

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

Color convert

RGB 188 174 64 -
CMYK 0 0.07 0.66 0.26
HSL 53.23º 0.49% 0.49% -
HSV(B) 53.23º 0.66% 0.74% -
XYZ 36.8 41.33 10.89 -
YUV 165.65 70.64 143.94 -
System Red Green Blue C M Y K H S L
Decimal 188 174 64 0 0.07 0.66 0.26 53.23 0.49 0.49
Hex BC AE 40 0 7 42 1A 35 31 31
Octal 274 256 100 0 7 102 32 65 61 61
Binary 10111100 10101110 1000000 0 111 1000010 11010 110101 110001 110001

Color Harmonies of #BCAE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE40

Black with #BCAE40

Text Example


Text Example

White with #BCAE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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