Html Css Color HEX #BCAE45 Brass

📋 copy color: '#BCAE45'

red 188 ◦ green 174 ◦ blue 69

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

Shades of Brass #BCAE45

Tints of Brass #BCAE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.01%

R = 43.62%
G = 40.37%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCAE45 (or 0xBCAE45) is known color: Brass. HEX triplet: BC, AE and 45. RGB value is (188,174,69). Sum of RGB (Red+Green+Blue) = 188+174+69=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 69 (27.34% from 255 or 16.01% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE45 is #4351BA. Grayscale: #A6A6A6. Windows color (decimal): -4411835 or 4566716. OLE color: 4566716.

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

Color convert

RGB 188 174 69 -
CMYK 0 0.07 0.63 0.26
HSL 52.94º 0.47% 0.5% -
HSV(B) 52.94º 0.63% 0.74% -
XYZ 36.95 41.39 11.67 -
YUV 166.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 188 174 69 0 0.07 0.63 0.26 52.94 0.47 0.5
Hex BC AE 45 0 7 3F 1A 35 2F 32
Octal 274 256 105 0 7 77 32 65 57 62
Binary 10111100 10101110 1000101 0 111 111111 11010 110101 101111 110010

Color Harmonies of #BCAE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE45

Black with #BCAE45

Text Example


Text Example

White with #BCAE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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