Html Css Color HEX #BCAE3A Brass

📋 copy color: '#BCAE3A'

red 188 ◦ green 174 ◦ blue 58

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

Shades of Brass #BCAE3A

Tints of Brass #BCAE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.81%

R = 44.76%
G = 41.43%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BCAE3A (or 0xBCAE3A) is known color: Brass. HEX triplet: BC, AE and 3A. RGB value is (188,174,58). Sum of RGB (Red+Green+Blue) = 188+174+58=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE3A is #4351C5. Grayscale: #A5A5A5. Windows color (decimal): -4411846 or 3845820. OLE color: 3845820.

HSL color Cylindrical-coordinate representation of color #BCAE3A: hue angle of 53.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCAE3A is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 174 58 -
CMYK 0 0.07 0.69 0.26
HSL 53.54º 0.53% 0.48% -
HSV(B) 53.54º 0.69% 0.74% -
XYZ 36.64 41.27 10.04 -
YUV 164.96 67.64 144.43 -
System Red Green Blue C M Y K H S L
Decimal 188 174 58 0 0.07 0.69 0.26 53.54 0.53 0.48
Hex BC AE 3A 0 7 45 1A 36 35 30
Octal 274 256 72 0 7 105 32 66 65 60
Binary 10111100 10101110 111010 0 111 1000101 11010 110110 110101 110000

Color Harmonies of #BCAE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE3A

Black with #BCAE3A

Text Example


Text Example

White with #BCAE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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