Html Css Color HEX #BCAE41 Brass

📋 copy color: '#BCAE41'

red 188 ◦ green 174 ◦ blue 65

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

Shades of Brass #BCAE41

Tints of Brass #BCAE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.22%

R = 44.03%
G = 40.75%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCAE41 (or 0xBCAE41) is known color: Brass. HEX triplet: BC, AE and 41. RGB value is (188,174,65). Sum of RGB (Red+Green+Blue) = 188+174+65=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE41 is #4351BE. Grayscale: #A6A6A6. Windows color (decimal): -4411839 or 4304572. OLE color: 4304572.

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

Color convert

RGB 188 174 65 -
CMYK 0 0.07 0.65 0.26
HSL 53.17º 0.49% 0.5% -
HSV(B) 53.17º 0.65% 0.74% -
XYZ 36.83 41.35 11.04 -
YUV 165.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 188 174 65 0 0.07 0.65 0.26 53.17 0.49 0.5
Hex BC AE 41 0 7 41 1A 35 31 32
Octal 274 256 101 0 7 101 32 65 61 62
Binary 10111100 10101110 1000001 0 111 1000001 11010 110101 110001 110010

Color Harmonies of #BCAE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE41

Black with #BCAE41

Text Example


Text Example

White with #BCAE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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