Html Css Color HEX #BAAA3D Brass

📋 copy color: '#BAAA3D'

red 186 ◦ green 170 ◦ blue 61

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

Shades of Brass #BAAA3D

Tints of Brass #BAAA3D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

 BLUE value IS 61 (24.22% from 255) = 14.63%

R = 44.6%
G = 40.77%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BAAA3D (or 0xBAAA3D) is known color: Brass. HEX triplet: BA, AA and 3D. RGB value is (186,170,61). Sum of RGB (Red+Green+Blue) = 186+170+61=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA3D is #4555C2. Grayscale: #A2A2A2. Windows color (decimal): -4543939 or 4041402. OLE color: 4041402.

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

Color convert

RGB 186 170 61 -
CMYK 0 0.09 0.67 0.27
HSL 52.32º 0.51% 0.48% -
HSV(B) 52.32º 0.67% 0.73% -
XYZ 35.47 39.53 10.17 -
YUV 162.36 70.8 144.86 -
System Red Green Blue C M Y K H S L
Decimal 186 170 61 0 0.09 0.67 0.27 52.32 0.51 0.48
Hex BA AA 3D 0 9 43 1B 34 33 30
Octal 272 252 75 0 11 103 33 64 63 60
Binary 10111010 10101010 111101 0 1001 1000011 11011 110100 110011 110000

Color Harmonies of #BAAA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA3D

Black with #BAAA3D

Text Example


Text Example

White with #BAAA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA3D; }

 p { color: rgb(186,170,61); }

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

background-color css

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

 a { background-color: rgb(186,170,61); }

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

border-color css

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

 span { border-color: rgb(186,170,61); }

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