Html Css Color HEX #BAAE3A Brass

📋 copy color: '#BAAE3A'

red 186 ◦ green 174 ◦ blue 58

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

Shades of Brass #BAAE3A

Tints of Brass #BAAE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.88%

R = 44.5%
G = 41.63%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAAE3A (or 0xBAAE3A) is known color: Brass. HEX triplet: BA, AE and 3A. RGB value is (186,174,58). Sum of RGB (Red+Green+Blue) = 186+174+58=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE3A is #4551C5. Grayscale: #A4A4A4. Windows color (decimal): -4542918 or 3845818. OLE color: 3845818.

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

Color convert

RGB 186 174 58 -
CMYK 0 0.06 0.69 0.27
HSL 54.38º 0.52% 0.48% -
HSV(B) 54.38º 0.69% 0.73% -
XYZ 36.15 41.02 10.01 -
YUV 164.36 67.98 143.43 -
System Red Green Blue C M Y K H S L
Decimal 186 174 58 0 0.06 0.69 0.27 54.38 0.52 0.48
Hex BA AE 3A 0 6 45 1B 36 34 30
Octal 272 256 72 0 6 105 33 66 64 60
Binary 10111010 10101110 111010 0 110 1000101 11011 110110 110100 110000

Color Harmonies of #BAAE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE3A

Black with #BAAE3A

Text Example


Text Example

White with #BAAE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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