Html Css Color HEX #BAA33E Brass

📋 copy color: '#BAA33E'

red 186 ◦ green 163 ◦ blue 62

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

Shades of Brass #BAA33E

Tints of Brass #BAA33E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.66%

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

R = 45.26%
G = 39.66%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BAA33E (or 0xBAA33E) is known color: Brass. HEX triplet: BA, A3 and 3E. RGB value is (186,163,62). Sum of RGB (Red+Green+Blue) = 186+163+62=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA33E is #455CC1. Grayscale: #9E9E9E. Windows color (decimal): -4545730 or 4105146. OLE color: 4105146.

HSL color Cylindrical-coordinate representation of color #BAA33E: hue angle of 48.87º 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 #BAA33E is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 163 62 -
CMYK 0 0.12 0.67 0.27
HSL 48.87º 0.5% 0.49% -
HSV(B) 48.87º 0.67% 0.73% -
XYZ 34.22 36.98 9.89 -
YUV 158.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 186 163 62 0 0.12 0.67 0.27 48.87 0.5 0.49
Hex BA A3 3E 0 C 43 1B 31 32 31
Octal 272 243 76 0 14 103 33 61 62 61
Binary 10111010 10100011 111110 0 1100 1000011 11011 110001 110010 110001

Color Harmonies of #BAA33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA33E

Black with #BAA33E

Text Example


Text Example

White with #BAA33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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