Html Css Color HEX #BAAC4B Brass

📋 copy color: '#BAAC4B'

red 186 ◦ green 172 ◦ blue 75

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

Shades of Brass #BAAC4B

Tints of Brass #BAAC4B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.72%

 BLUE value IS 75 (29.69% from 255) = 17.32%

R = 42.96%
G = 39.72%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAAC4B (or 0xBAAC4B) is known color: Brass. HEX triplet: BA, AC and 4B. RGB value is (186,172,75). Sum of RGB (Red+Green+Blue) = 186+172+75=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC4B is #4553B4. Grayscale: #A5A5A5. Windows color (decimal): -4543413 or 4959418. OLE color: 4959418.

HSL color Cylindrical-coordinate representation of color #BAAC4B: hue angle of 52.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAAC4B is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 172 75 -
CMYK 0 0.08 0.60 0.27
HSL 52.43º 0.45% 0.51% -
HSV(B) 52.43º 0.6% 0.73% -
XYZ 36.27 40.45 12.55 -
YUV 165.13 77.14 142.89 -
System Red Green Blue C M Y K H S L
Decimal 186 172 75 0 0.08 0.60 0.27 52.43 0.45 0.51
Hex BA AC 4B 0 8 3C 1B 34 2D 33
Octal 272 254 113 0 10 74 33 64 55 63
Binary 10111010 10101100 1001011 0 1000 111100 11011 110100 101101 110011

Color Harmonies of #BAAC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC4B

Black with #BAAC4B

Text Example


Text Example

White with #BAAC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC4B; }

 p { color: rgb(186,172,75); }

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

background-color css

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

 a { background-color: rgb(186,172,75); }

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

border-color css

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

 span { border-color: rgb(186,172,75); }

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