Html Css Color HEX #BAAE3C Brass

📋 copy color: '#BAAE3C'

red 186 ◦ green 174 ◦ blue 60

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

Shades of Brass #BAAE3C

Tints of Brass #BAAE3C

RGB

 RED value IS 186 (73.05% from 255) = 44.29%

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

 BLUE value IS 60 (23.83% from 255) = 14.29%

R = 44.29%
G = 41.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BAAE3C (or 0xBAAE3C) is known color: Brass. HEX triplet: BA, AE and 3C. RGB value is (186,174,60). Sum of RGB (Red+Green+Blue) = 186+174+60=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE3C is #4551C3. Grayscale: #A5A5A5. Windows color (decimal): -4542916 or 3976890. OLE color: 3976890.

HSL color Cylindrical-coordinate representation of color #BAAE3C: hue angle of 54.29º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAAE3C is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 174 60 -
CMYK 0 0.06 0.68 0.27
HSL 54.29º 0.51% 0.48% -
HSV(B) 54.29º 0.68% 0.73% -
XYZ 36.2 41.04 10.29 -
YUV 164.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 186 174 60 0 0.06 0.68 0.27 54.29 0.51 0.48
Hex BA AE 3C 0 6 44 1B 36 33 30
Octal 272 256 74 0 6 104 33 66 63 60
Binary 10111010 10101110 111100 0 110 1000100 11011 110110 110011 110000

Color Harmonies of #BAAE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE3C

Black with #BAAE3C

Text Example


Text Example

White with #BAAE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE3C; }

 p { color: rgb(186,174,60); }

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

background-color css

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

 a { background-color: rgb(186,174,60); }

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

border-color css

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

 span { border-color: rgb(186,174,60); }

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