Html Css Color HEX #BAA534 Brass

📋 copy color: '#BAA534'

red 186 ◦ green 165 ◦ blue 52

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

Shades of Brass #BAA534

Tints of Brass #BAA534

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

 BLUE value IS 52 (20.7% from 255) = 12.9%

R = 46.15%
G = 40.94%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BAA534 (or 0xBAA534) is known color: Brass. HEX triplet: BA, A5 and 34. RGB value is (186,165,52). Sum of RGB (Red+Green+Blue) = 186+165+52=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA534 is #455ACB. Grayscale: #9E9E9E. Windows color (decimal): -4545228 or 3450298. OLE color: 3450298.

HSL color Cylindrical-coordinate representation of color #BAA534: hue angle of 50.6º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAA534 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 165 52 -
CMYK 0 0.11 0.72 0.27
HSL 50.6º 0.56% 0.47% -
HSV(B) 50.6º 0.72% 0.73% -
XYZ 34.32 37.6 8.7 -
YUV 158.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 186 165 52 0 0.11 0.72 0.27 50.6 0.56 0.47
Hex BA A5 34 0 B 48 1B 33 38 2F
Octal 272 245 64 0 13 110 33 63 70 57
Binary 10111010 10100101 110100 0 1011 1001000 11011 110011 111000 101111

Color Harmonies of #BAA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA534

Black with #BAA534

Text Example


Text Example

White with #BAA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA534; }

 p { color: rgb(186,165,52); }

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

background-color css

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

 a { background-color: rgb(186,165,52); }

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

border-color css

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

 span { border-color: rgb(186,165,52); }

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