Html Css Color HEX #BAAF39 Brass

📋 copy color: '#BAAF39'

red 186 ◦ green 175 ◦ blue 57

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

Shades of Brass #BAAF39

Tints of Brass #BAAF39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.64%

R = 44.5%
G = 41.87%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAAF39 (or 0xBAAF39) is known color: Brass. HEX triplet: BA, AF and 39. RGB value is (186,175,57). Sum of RGB (Red+Green+Blue) = 186+175+57=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 57 (22.66% from 255 or 13.64% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF39 is #4550C6. Grayscale: #A5A5A5. Windows color (decimal): -4542663 or 3780538. OLE color: 3780538.

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

Color convert

RGB 186 175 57 -
CMYK 0 0.06 0.69 0.27
HSL 54.88º 0.53% 0.48% -
HSV(B) 54.88º 0.69% 0.73% -
XYZ 36.32 41.39 9.95 -
YUV 164.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 186 175 57 0 0.06 0.69 0.27 54.88 0.53 0.48
Hex BA AF 39 0 6 45 1B 37 35 30
Octal 272 257 71 0 6 105 33 67 65 60
Binary 10111010 10101111 111001 0 110 1000101 11011 110111 110101 110000

Color Harmonies of #BAAF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF39

Black with #BAAF39

Text Example


Text Example

White with #BAAF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF39; }

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

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

background-color css

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

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

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

border-color css

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

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

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