Html Css Color HEX #BCAE48 Brass

📋 copy color: '#BCAE48'

red 188 ◦ green 174 ◦ blue 72

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

Shades of Brass #BCAE48

Tints of Brass #BCAE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.59%

R = 43.32%
G = 40.09%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCAE48 (or 0xBCAE48) is known color: Brass. HEX triplet: BC, AE and 48. RGB value is (188,174,72). Sum of RGB (Red+Green+Blue) = 188+174+72=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE48 is #4351B7. Grayscale: #A6A6A6. Windows color (decimal): -4411832 or 4763324. OLE color: 4763324.

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

Color convert

RGB 188 174 72 -
CMYK 0 0.07 0.62 0.26
HSL 52.76º 0.46% 0.51% -
HSV(B) 52.76º 0.62% 0.74% -
XYZ 37.04 41.43 12.18 -
YUV 166.56 74.64 143.29 -
System Red Green Blue C M Y K H S L
Decimal 188 174 72 0 0.07 0.62 0.26 52.76 0.46 0.51
Hex BC AE 48 0 7 3E 1A 35 2E 33
Octal 274 256 110 0 7 76 32 65 56 63
Binary 10111100 10101110 1001000 0 111 111110 11010 110101 101110 110011

Color Harmonies of #BCAE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE48

Black with #BCAE48

Text Example


Text Example

White with #BCAE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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