Html Css Color HEX #BAAD43 Brass

📋 copy color: '#BAAD43'

red 186 ◦ green 173 ◦ blue 67

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

Shades of Brass #BAAD43

Tints of Brass #BAAD43

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.61%

 BLUE value IS 67 (26.56% from 255) = 15.73%

R = 43.66%
G = 40.61%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BAAD43 (or 0xBAAD43) is known color: Brass. HEX triplet: BA, AD and 43. RGB value is (186,173,67). Sum of RGB (Red+Green+Blue) = 186+173+67=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 67 (26.56% from 255 or 15.73% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAD43 is #4552BC. Grayscale: #A5A5A5. Windows color (decimal): -4543165 or 4435386. OLE color: 4435386.

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

Color convert

RGB 186 173 67 -
CMYK 0 0.07 0.64 0.27
HSL 53.45º 0.47% 0.5% -
HSV(B) 53.45º 0.64% 0.73% -
XYZ 36.21 40.73 11.26 -
YUV 164.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 186 173 67 0 0.07 0.64 0.27 53.45 0.47 0.5
Hex BA AD 43 0 7 40 1B 35 2F 32
Octal 272 255 103 0 7 100 33 65 57 62
Binary 10111010 10101101 1000011 0 111 1000000 11011 110101 101111 110010

Color Harmonies of #BAAD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAD43

Black with #BAAD43

Text Example


Text Example

White with #BAAD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAD43; }

 p { color: rgb(186,173,67); }

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

background-color css

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

 a { background-color: rgb(186,173,67); }

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

border-color css

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

 span { border-color: rgb(186,173,67); }

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