Html Css Color HEX #BAAF41 Brass

📋 copy color: '#BAAF41'

red 186 ◦ green 175 ◦ blue 65

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

Shades of Brass #BAAF41

Tints of Brass #BAAF41

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.08%

 BLUE value IS 65 (25.78% from 255) = 15.26%

R = 43.66%
G = 41.08%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAAF41 (or 0xBAAF41) is known color: Brass. HEX triplet: BA, AF and 41. RGB value is (186,175,65). Sum of RGB (Red+Green+Blue) = 186+175+65=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF41 is #4550BE. Grayscale: #A6A6A6. Windows color (decimal): -4542655 or 4304826. OLE color: 4304826.

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

Color convert

RGB 186 175 65 -
CMYK 0 0.06 0.65 0.27
HSL 54.55º 0.48% 0.49% -
HSV(B) 54.55º 0.65% 0.73% -
XYZ 36.53 41.48 11.08 -
YUV 165.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 186 175 65 0 0.06 0.65 0.27 54.55 0.48 0.49
Hex BA AF 41 0 6 41 1B 37 30 31
Octal 272 257 101 0 6 101 33 67 60 61
Binary 10111010 10101111 1000001 0 110 1000001 11011 110111 110000 110001

Color Harmonies of #BAAF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF41

Black with #BAAF41

Text Example


Text Example

White with #BAAF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF41; }

 p { color: rgb(186,175,65); }

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

background-color css

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

 a { background-color: rgb(186,175,65); }

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

border-color css

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

 span { border-color: rgb(186,175,65); }

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