Html Css Color HEX #BCAE46 Brass

📋 copy color: '#BCAE46'

red 188 ◦ green 174 ◦ blue 70

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

Shades of Brass #BCAE46

Tints of Brass #BCAE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.2%

R = 43.52%
G = 40.28%
B = 16.2%

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

#BCAE46 (or 0xBCAE46) is known color: Brass. HEX triplet: BC, AE and 46. RGB value is (188,174,70). Sum of RGB (Red+Green+Blue) = 188+174+70=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE46 is #4351B9. Grayscale: #A6A6A6. Windows color (decimal): -4411834 or 4632252. OLE color: 4632252.

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

Color convert

RGB 188 174 70 -
CMYK 0 0.07 0.63 0.26
HSL 52.88º 0.47% 0.51% -
HSV(B) 52.88º 0.63% 0.74% -
XYZ 36.98 41.41 11.84 -
YUV 166.33 73.64 143.46 -
System Red Green Blue C M Y K H S L
Decimal 188 174 70 0 0.07 0.63 0.26 52.88 0.47 0.51
Hex BC AE 46 0 7 3F 1A 35 2F 33
Octal 274 256 106 0 7 77 32 65 57 63
Binary 10111100 10101110 1000110 0 111 111111 11010 110101 101111 110011

Color Harmonies of #BCAE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE46

Black with #BCAE46

Text Example


Text Example

White with #BCAE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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