Html Css Color HEX #BAAF3A Brass

📋 copy color: '#BAAF3A'

red 186 ◦ green 175 ◦ blue 58

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

Shades of Brass #BAAF3A

Tints of Brass #BAAF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.84%

R = 44.39%
G = 41.77%
B = 13.84%

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

#BAAF3A (or 0xBAAF3A) is known color: Brass. HEX triplet: BA, AF and 3A. RGB value is (186,175,58). Sum of RGB (Red+Green+Blue) = 186+175+58=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF3A is #4550C5. Grayscale: #A5A5A5. Windows color (decimal): -4542662 or 3846074. OLE color: 3846074.

HSL color Cylindrical-coordinate representation of color #BAAF3A: hue angle of 54.84º degrees, saturation: 0.52, 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 #BAAF3A is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 175 58 -
CMYK 0 0.06 0.69 0.27
HSL 54.84º 0.52% 0.48% -
HSV(B) 54.84º 0.69% 0.73% -
XYZ 36.34 41.4 10.08 -
YUV 164.95 67.64 143.01 -
System Red Green Blue C M Y K H S L
Decimal 186 175 58 0 0.06 0.69 0.27 54.84 0.52 0.48
Hex BA AF 3A 0 6 45 1B 37 34 30
Octal 272 257 72 0 6 105 33 67 64 60
Binary 10111010 10101111 111010 0 110 1000101 11011 110111 110100 110000

Color Harmonies of #BAAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF3A

Black with #BAAF3A

Text Example


Text Example

White with #BAAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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