Html Css Color HEX #BAB246 Brass

📋 copy color: '#BAB246'

red 186 ◦ green 178 ◦ blue 70

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

Shades of Brass #BAB246

Tints of Brass #BAB246

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.01%

 BLUE value IS 70 (27.73% from 255) = 16.13%

R = 42.86%
G = 41.01%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BAB246 (or 0xBAB246) is known color: Brass. HEX triplet: BA, B2 and 46. RGB value is (186,178,70). Sum of RGB (Red+Green+Blue) = 186+178+70=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB246 is #454DB9. Grayscale: #A8A8A8. Windows color (decimal): -4541882 or 4633274. OLE color: 4633274.

HSL color Cylindrical-coordinate representation of color #BAB246: hue angle of 55.86º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAB246 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 178 70 -
CMYK 0 0.04 0.62 0.27
HSL 55.86º 0.46% 0.5% -
HSV(B) 55.86º 0.62% 0.73% -
XYZ 37.28 42.72 12.08 -
YUV 168.08 72.65 140.78 -
System Red Green Blue C M Y K H S L
Decimal 186 178 70 0 0.04 0.62 0.27 55.86 0.46 0.5
Hex BA B2 46 0 4 3E 1B 38 2E 32
Octal 272 262 106 0 4 76 33 70 56 62
Binary 10111010 10110010 1000110 0 100 111110 11011 111000 101110 110010

Color Harmonies of #BAB246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB246

Black with #BAB246

Text Example


Text Example

White with #BAB246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB246; }

 p { color: rgb(186,178,70); }

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

background-color css

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

 a { background-color: rgb(186,178,70); }

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

border-color css

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

 span { border-color: rgb(186,178,70); }

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