Html Css Color HEX #BAAE3E Brass

📋 copy color: '#BAAE3E'

red 186 ◦ green 174 ◦ blue 62

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

Shades of Brass #BAAE3E

Tints of Brass #BAAE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.69%

R = 44.08%
G = 41.23%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BAAE3E (or 0xBAAE3E) is known color: Brass. HEX triplet: BA, AE and 3E. RGB value is (186,174,62). Sum of RGB (Red+Green+Blue) = 186+174+62=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE3E is #4551C1. Grayscale: #A5A5A5. Windows color (decimal): -4542914 or 4107962. OLE color: 4107962.

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

Color convert

RGB 186 174 62 -
CMYK 0 0.06 0.67 0.27
HSL 54.19º 0.5% 0.49% -
HSV(B) 54.19º 0.67% 0.73% -
XYZ 36.26 41.06 10.57 -
YUV 164.82 69.98 143.11 -
System Red Green Blue C M Y K H S L
Decimal 186 174 62 0 0.06 0.67 0.27 54.19 0.5 0.49
Hex BA AE 3E 0 6 43 1B 36 32 31
Octal 272 256 76 0 6 103 33 66 62 61
Binary 10111010 10101110 111110 0 110 1000011 11011 110110 110010 110001

Color Harmonies of #BAAE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE3E

Black with #BAAE3E

Text Example


Text Example

White with #BAAE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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