Html Css Color HEX #BAA838 Brass

📋 copy color: '#BAA838'

red 186 ◦ green 168 ◦ blue 56

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

Shades of Brass #BAA838

Tints of Brass #BAA838

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.98%

 BLUE value IS 56 (22.27% from 255) = 13.66%

R = 45.37%
G = 40.98%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BAA838 (or 0xBAA838) is known color: Brass. HEX triplet: BA, A8 and 38. RGB value is (186,168,56). Sum of RGB (Red+Green+Blue) = 186+168+56=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA838 is #4557C7. Grayscale: #A1A1A1. Windows color (decimal): -4544456 or 3713210. OLE color: 3713210.

HSL color Cylindrical-coordinate representation of color #BAA838: hue angle of 51.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAA838 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 168 56 -
CMYK 0 0.10 0.70 0.27
HSL 51.69º 0.54% 0.47% -
HSV(B) 51.69º 0.7% 0.73% -
XYZ 34.97 38.73 9.37 -
YUV 160.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 186 168 56 0 0.10 0.70 0.27 51.69 0.54 0.47
Hex BA A8 38 0 A 46 1B 34 36 2F
Octal 272 250 70 0 12 106 33 64 66 57
Binary 10111010 10101000 111000 0 1010 1000110 11011 110100 110110 101111

Color Harmonies of #BAA838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA838

Black with #BAA838

Text Example


Text Example

White with #BAA838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA838; }

 p { color: rgb(186,168,56); }

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

background-color css

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

 a { background-color: rgb(186,168,56); }

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

border-color css

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

 span { border-color: rgb(186,168,56); }

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