Html Css Color HEX #BAAF40 Brass

📋 copy color: '#BAAF40'

red 186 ◦ green 175 ◦ blue 64

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

Shades of Brass #BAAF40

Tints of Brass #BAAF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.06%

R = 43.76%
G = 41.18%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAAF40 (or 0xBAAF40) is known color: Brass. HEX triplet: BA, AF and 40. RGB value is (186,175,64). Sum of RGB (Red+Green+Blue) = 186+175+64=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF40 is #4550BF. Grayscale: #A6A6A6. Windows color (decimal): -4542656 or 4239290. OLE color: 4239290.

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

Color convert

RGB 186 175 64 -
CMYK 0 0.06 0.66 0.27
HSL 54.59º 0.49% 0.49% -
HSV(B) 54.59º 0.66% 0.73% -
XYZ 36.51 41.47 10.93 -
YUV 165.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 186 175 64 0 0.06 0.66 0.27 54.59 0.49 0.49
Hex BA AF 40 0 6 42 1B 37 31 31
Octal 272 257 100 0 6 102 33 67 61 61
Binary 10111010 10101111 1000000 0 110 1000010 11011 110111 110001 110001

Color Harmonies of #BAAF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF40

Black with #BAAF40

Text Example


Text Example

White with #BAAF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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